[xiph-commits] r12536 - trunk/ezstream
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Feb 24 13:37:08 PST 2007
Author: moritz
Date: 2007-02-24 13:37:06 -0800 (Sat, 24 Feb 2007)
New Revision: 12536
Modified:
trunk/ezstream/configure.in
Log:
Generate a Makefile in doc/, and switch to AC_CONFIG_FILES.
Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in 2007-02-24 21:34:05 UTC (rev 12535)
+++ trunk/ezstream/configure.in 2007-02-24 21:37:06 UTC (rev 12536)
@@ -72,6 +72,12 @@
dnl OUTPUT
+AC_CONFIG_FILES(Makefile \
+ conf/Makefile \
+ doc/Makefile \
+ src/Makefile \
+ win32/Makefile)
+
AC_SUBST(XIPH_CPPFLAGS)
AC_SUBST(XIPH_CFLAGS)
AC_SUBST(XIPH_LIBS)
@@ -80,4 +86,4 @@
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
-AC_OUTPUT([Makefile win32/Makefile conf/Makefile src/Makefile])
+AC_OUTPUT
More information about the commits
mailing list