proper installation

master
Marc Wäckerlin 15 years ago
parent 436b5f3885
commit b4c622aef0
  1. 0
      AUTHORS
  2. 1
      COPYING
  3. 0
      ChangeLog
  4. 1
      INSTALL
  5. 0
      NEWS
  6. 0
      README
  7. 11
      configure.in
  8. 5
      makefile.am

@ -0,0 +1 @@
/usr/share/automake-1.10/COPYING

@ -0,0 +1 @@
/usr/share/automake-1.10/INSTALL

@ -1,3 +1,10 @@
AC_INIT
AC_CONFIG_FILES([Makefile])
AC_INIT([README])
PACKAGENAME=proxyface
m4_define(x_major, 1)
m4_define(x_minor, 0)
m4_define(x_least, 0)
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
AC_CONFIG_FILES([makefile])
AC_OUTPUT

@ -1 +1,4 @@
include_HEADERS = proxyface.hxx proxyface/unix.hxx proxyface/windoze.hxx
nobase_include_HEADERS = autoproxy.hxx proxyface/unix.hxx proxyface/windoze.hxx
MAINTAINERCLEANFILES = configure makefile.in ltmain.sh missing \
aclocal.m4 install-sh

Loading…
Cancel
Save