[xiph-commits] r18761 - trunk/theora

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jan 8 08:57:07 PST 2013


Author: tterribe
Date: 2013-01-08 08:57:07 -0800 (Tue, 08 Jan 2013)
New Revision: 18761

Modified:
   trunk/theora/configure.ac
Log:
Bring libogg's configure.in into the 21st century.

Patch by Ron Lee.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2013-01-08 16:45:06 UTC (rev 18760)
+++ trunk/theora/configure.ac	2013-01-08 16:57:07 UTC (rev 18761)
@@ -4,13 +4,13 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.2.0alpha1+svn])
+AC_INIT([libtheora],[1.2.0alpha1+svn],[theora-dev at xiph.org])
 
 AC_CANONICAL_HOST
 
-AM_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([lib/fdct.c])
 AM_INIT_AUTOMAKE
+AM_MAINTAINER_MODE([enable])
 
 dnl we use doc_DATA in doc/Makefile.am which requires autoconf >= 2.60
 dnl to define docdir for us.
@@ -576,7 +576,7 @@
 AC_SUBST(DEBUG)
 AC_SUBST(PROFILE)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
   Makefile 
   lib/Makefile
   lib/arm/armopts.s
@@ -593,7 +593,10 @@
   theoraenc.pc
   theoraenc-uninstalled.pc
 ])
+AC_CONFIG_HEADERS([config.h])
 
+AC_OUTPUT
+
 AS_AC_EXPAND(LIBDIR, ${libdir})
 AS_AC_EXPAND(INCLUDEDIR, ${includedir})
 AS_AC_EXPAND(BINDIR, ${bindir})



More information about the commits mailing list