[svn] Use the new form of AC_OUTPUT.

This commit is contained in:
hniksic 2003-11-04 08:13:44 -08:00
parent bb02d98f98
commit dc9688e13a
2 changed files with 7 additions and 4 deletions

View File

@ -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>

View 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