[xiph-cvs] cvs commit: ogg autogen.sh
Stan Seibert
volsung at xiph.org
Sat Oct 27 19:00:15 PDT 2001
volsung 01/10/27 19:00:15
Modified: . autogen.sh
Log:
Argh. Never mind on the -I idea. automake 1.4 has a stupid feature which
makes using -I not a good idea. Fixed in automake 1.5, but no distro has
automake 1.5 built in (except Debian unstable). See bug 70 for an
explanation.
Revision Changes Path
1.5 +2 -2 ogg/autogen.sh
Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/ogg/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autogen.sh 2001/10/27 22:43:54 1.4
+++ autogen.sh 2001/10/28 02:00:14 1.5
@@ -47,8 +47,8 @@
echo "Generating configuration files for $package, please wait...."
-echo " aclocal -I $srcdir $ACLOCAL_FLAGS"
-aclocal -I $srcdir $ACLOCAL_FLAGS
+echo " aclocal $ACLOCAL_FLAGS"
+aclocal $ACLOCAL_FLAGS
#echo " autoheader"
#autoheader
echo " libtoolize --automake"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list