[xiph-commits] r8766 - trunk/vorbis
ozone at motherfish-iii.xiph.org
ozone at motherfish-iii.xiph.org
Mon Jan 17 15:38:29 PST 2005
Author: ozone
Date: 2005-01-17 00:13:45 -0800 (Mon, 17 Jan 2005)
New Revision: 8766
Modified:
trunk/vorbis/autogen.sh
trunk/vorbis/configure.in
Log:
vorbis:
* Don't use autoheader since we don't use config.h.in
Modified: trunk/vorbis/autogen.sh
===================================================================
--- trunk/vorbis/autogen.sh 2005-01-17 06:31:43 UTC (rev 8765)
+++ trunk/vorbis/autogen.sh 2005-01-17 08:13:45 UTC (rev 8766)
@@ -62,8 +62,6 @@
echo " aclocal $ACLOCAL_FLAGS"
aclocal $ACLOCAL_FLAGS || exit 1
-echo " autoheader"
-autoheader || exit 1
echo " $LIBTOOLIZE --automake"
$LIBTOOLIZE --automake || exit 1
echo " automake --add-missing $AUTOMAKE_FLAGS"
Property changes on: trunk/vorbis/autogen.sh
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/vorbis/configure.in
===================================================================
--- trunk/vorbis/configure.in 2005-01-17 06:31:43 UTC (rev 8765)
+++ trunk/vorbis/configure.in 2005-01-17 08:13:45 UTC (rev 8766)
@@ -9,8 +9,6 @@
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_CONFIG_HEADER([config.h])
-
AM_INIT_AUTOMAKE(libvorbis,1.1.0)
AM_MAINTAINER_MODE
Property changes on: trunk/vorbis/configure.in
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the commits
mailing list