updated usage of AC_OUTPUT to new autoconf style
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 21:28:32 +0000 (23:28 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 21:28:32 +0000 (23:28 +0200)
configure.in

index 18ff000..68b0dcf 100644 (file)
@@ -3,6 +3,11 @@ AC_PREREQ([2.50])
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(asyncio_config.hpp)
 
+AC_CONFIG_FILES(Makefile asyncio/Makefile asyncio/libasyncio.pc doc/Doxyfile \
+        utils/libasyncio_utils.pc \
+        doc/Makefile glue_t2n/Makefile glue_t2n/libasyncio_t2n.pc unittest/Makefile utils/Makefile)
+
+
 LIBASYNCIO_LIB_VERSION=0:0:0
 
 AC_SUBST(LIBASYNCIO_LIB_VERSION)
@@ -61,7 +66,4 @@ AM_CONDITIONAL([HAVE_LIBT2N],[test x$have_libt2n = xyes])
 dnl
 dnl spit out the result files:
 
-
-AC_OUTPUT(Makefile asyncio/Makefile asyncio/libasyncio.pc doc/Doxyfile \
-        utils/libasyncio_utils.pc \
-        doc/Makefile glue_t2n/Makefile glue_t2n/libasyncio_t2n.pc unittest/Makefile utils/Makefile)
+AC_OUTPUT