]> arthur.barton.de Git - netatalk.git/commitdiff
more portable Makefiles (thanks to Christian Weisgerber <naddy@mips.inka.de> from...
authorrufustfirefly <rufustfirefly>
Wed, 9 May 2001 13:35:40 +0000 (13:35 +0000)
committerrufustfirefly <rufustfirefly>
Wed, 9 May 2001 13:35:40 +0000 (13:35 +0000)
ChangeLog
autogen.sh

index 62d0cb31baefe556600de5a45cec01d5ab855166..fc36098b4292a7090a047c74c25bf51f8931348c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-($Id: ChangeLog,v 1.34 2001-05-08 18:03:18 rufustfirefly Exp $)
+($Id: ChangeLog,v 1.35 2001-05-09 13:35:40 rufustfirefly Exp $)
+
+2001-05-09  jeff b  <jeff@univrel.pr.uconn.edu>
+       * autogen.sh: added automake --include-deps to autogen.sh to
+       promote more portable Makefiles (thanks to Christian
+       Weisgerber <naddy@mips.inka.de> from OpenBSD)
 
 2001-05-08  jeff b  <jeff@univrel.pr.uconn.edu>
 
index b4a21e937993af5a96870c88cb4a091d16777cad..6caf65266757b57ab54fa58840899f89b9c6d715 100755 (executable)
@@ -7,7 +7,11 @@ rm -Rvf INSTALL
 touch README
 
 # build it all.
-libtoolize --force --copy && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+libtoolize --force --copy && \
+       aclocal $ACLOCAL_FLAGS && \
+       autoheader && \
+       automake --include-deps --add-missing && \
+       autoconf
 
 # just in case automake generated errors...
 autoconf