summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjsquyres <jsquyres@xiph.org>2001-08-23 17:39:55 +0000
committerjsquyres <jsquyres@xiph.org>2001-08-23 17:39:55 +0000
commitaa94b829756177ed5a02cd1b69bfaacf78c80e36 (patch)
tree96929f5f3ceaf20ca0a9afb4d6fff37a96b7d02b /autogen.sh
parent9dda31c03f778cec8310ebbe4a629549cb7c7b2c (diff)
downloadogg-aa94b829756177ed5a02cd1b69bfaacf78c80e36.tar.gz
- 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." git-svn-id: http://svn.xiph.org/trunk/ogg@1914 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
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