[PATCH] trivial patch for configure.in



Hi.

The following trivial patch modifies the configure.in file to be
more autoconf-2.5X-ish. Formerly, AC_OUTPUT was called with a list
of files to configure - now that's handled with AC_CONFIG_FILES.
AC_OUTPUT should be called without arguments, and be the final
macro in the template.

Thanks for updating memprof to run under gtk+-2.0.

Art Haas

Index: configure.in
===================================================================
RCS file: /cvs/gnome/memprof/configure.in,v
retrieving revision 1.41
diff -u -r1.41 configure.in
--- configure.in	2002/08/11 13:00:33	1.41
+++ configure.in	2002/08/14 17:58:35
@@ -86,8 +86,9 @@
 
 dnl Output the Makefiles
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 po/Makefile.in
 memprof.spec
 ])
+AC_OUTPUT

-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]