From 0a057c17fbab310869ade47fab9ecfb64ba6cc6d Mon Sep 17 00:00:00 2001 From: jsquyres Date: Thu, 23 Aug 2001 17:39:55 +0000 Subject: - Minor changes to all 4 autogen.sh files (ao, off, vorbis, vorbis-tools) to allow users to build with !(gcc && gmake) from CVS by adding the use of the $AUTOMAKE_FLAGS environment variable. (gcc && gmake) users will notice no difference. - Added HACKING file to all four projects that gives a brief description on how to build the source from CVS. Mainly: "cvs update. ./autogen.sh. ./configure. make. Oongowa." svn path=/trunk/ogg/; revision=1914 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 20a18d4..4f92453 100755 --- a/autogen.sh +++ b/autogen.sh @@ -53,8 +53,8 @@ aclocal $ACLOCAL_FLAGS #autoheader echo " libtoolize --automake" libtoolize --automake -echo " automake --add-missing" -automake --add-missing +echo " automake --add-missing $AUTOMAKE_FLAGS" +automake --add-missing $AUTOMAKE_FLAGS echo " autoconf" autoconf -- cgit v1.2.1