From b1c7cadbd3d533dd9ff1612f57bf7a2bb8da6348 Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Wed, 9 May 2001 13:35:40 +0000 Subject: [PATCH] more portable Makefiles (thanks to Christian Weisgerber from OpenBSD) --- ChangeLog | 7 ++++++- autogen.sh | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62d0cb31..fc36098b 100644 --- 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 + * autogen.sh: added automake --include-deps to autogen.sh to + promote more portable Makefiles (thanks to Christian + Weisgerber from OpenBSD) 2001-05-08 jeff b diff --git a/autogen.sh b/autogen.sh index b4a21e93..6caf6526 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.39.2