mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Use the new form of AC_OUTPUT.
This commit is contained in:
parent
bb02d98f98
commit
dc9688e13a
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user