proper installation

This commit is contained in:
Marc Wäckerlin
2009-03-09 14:09:36 +00:00
parent 436b5f3885
commit b4c622aef0
8 changed files with 15 additions and 3 deletions

0
AUTHORS Normal file
View File

1
COPYING Symbolic link
View File

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

0
ChangeLog Normal file
View File

1
INSTALL Symbolic link
View File

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

0
NEWS Normal file
View File

0
README Normal file
View File

View File

@@ -1,3 +1,10 @@
AC_INIT AC_INIT([README])
AC_CONFIG_FILES([Makefile]) 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 AC_OUTPUT

View File

@@ -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