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
commit0a057c17fbab310869ade47fab9ecfb64ba6cc6d (patch)
tree96929f5f3ceaf20ca0a9afb4d6fff37a96b7d02b /autogen.sh
parent1203e89c8a7de1faae4503a9441af22cb8bee367 (diff)
downloadogg-git-0a057c17fbab310869ade47fab9ecfb64ba6cc6d.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." svn path=/trunk/ogg/; revision=1914
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