mirror of
https://github.com/mirror/wget.git
synced 2025-01-28 05:10:35 +08:00
[svn] *** empty log message ***
This commit is contained in:
parent
dc9688e13a
commit
cf4f603c00
@ -32,11 +32,6 @@ dnl
|
|||||||
AC_INIT([src/version.c])
|
AC_INIT([src/version.c])
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
|
||||||
AH_BOTTOM([
|
|
||||||
#include "config-post.h"
|
|
||||||
])
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl What version of Wget are we building?
|
dnl What version of Wget are we building?
|
||||||
dnl
|
dnl
|
||||||
@ -589,6 +584,10 @@ dnl Create output
|
|||||||
dnl
|
dnl
|
||||||
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile
|
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile
|
||||||
po/Makefile.in windows/Makefile])
|
po/Makefile.in windows/Makefile])
|
||||||
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
AH_BOTTOM([
|
||||||
|
#include "config-post.h"
|
||||||
|
])
|
||||||
AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
|
AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
|
||||||
AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
|
AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user