]> sjero.net Git - wget/commitdiff
[svn] Use the new form of AC_OUTPUT.
authorhniksic <devnull@localhost>
Tue, 4 Nov 2003 16:13:44 +0000 (08:13 -0800)
committerhniksic <devnull@localhost>
Tue, 4 Nov 2003 16:13:44 +0000 (08:13 -0800)
ChangeLog
configure.in

index e1f9f4014d2766bd82668deedb7c6fe1770015f4..0582a5303fe3791f60364e0cc7dc0a86b484c70a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
 
+       * configure.in: Use the new form of AC_OUTPUT.
+
        * Makefile.cvs (prep): Invoke autoheader.
 
 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
index 46b4412d92283f8e5510f79c585ae626805500da..98c15f7de48eed07e294d98e744da2cfd0a74420 100644 (file)
@@ -587,7 +587,8 @@ AC_SUBST(COMMENT_IF_NO_POD2MAN)
 dnl
 dnl Create output
 dnl
-AC_OUTPUT([Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in
-           windows/Makefile],
-[WGET_PROCESS_PO
-test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile
+                 po/Makefile.in windows/Makefile])
+AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
+AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
+AC_OUTPUT