[xiph-commits] r18762 - trunk/vorbis
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Tue Jan 8 08:58:50 PST 2013
Author: tterribe
Date: 2013-01-08 08:58:50 -0800 (Tue, 08 Jan 2013)
New Revision: 18762
Modified:
trunk/vorbis/configure.ac
Log:
Bring libvorbis's configure.in into the 21st century.
Patch by Ron Lee.
Modified: trunk/vorbis/configure.ac
===================================================================
--- trunk/vorbis/configure.ac 2013-01-08 16:57:07 UTC (rev 18761)
+++ trunk/vorbis/configure.ac 2013-01-08 16:58:50 UTC (rev 18762)
@@ -11,9 +11,8 @@
AC_CANONICAL_TARGET([])
-AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
+AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER([config.h])
dnl Add parameters for aclocal
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
@@ -160,7 +159,7 @@
AC_MSG_WARN([* machine. Upgrading to glibc 2.1.3 is strongly urged *])
AC_MSG_WARN([* to correct the problem. Note that upgrading glibc *])
AC_MSG_WARN([* will not fix any previously built programs; this is *])
- AC_MSG_WARN([* a compile-time time bug. *])
+ AC_MSG_WARN([* a compile-time bug. *])
AC_MSG_WARN([* To work around the problem for this build of Ogg, *])
AC_MSG_WARN([* autoconf is disabling all math inlining. This will *])
AC_MSG_WARN([* hurt Ogg performace but is necessary for an Ogg that *])
@@ -272,7 +271,7 @@
dnl to be replaced if the build system has a more recent version.
AC_SUBST(LIBTOOL_DEPS)
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
m4/Makefile
lib/Makefile
@@ -295,3 +294,6 @@
vorbisenc-uninstalled.pc
vorbisfile-uninstalled.pc
])
+AC_CONFIG_HEADERS([config.h])
+
+AC_OUTPUT
More information about the commits
mailing list