mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Include m4/*.m4 from configure.in.
This commit is contained in:
parent
38a79fc2a0
commit
d29ecdb0e3
@ -1,3 +1,9 @@
|
||||
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* configure.in: Include m4/*.m4.
|
||||
|
||||
* aclocal.m4: Renamed to m4/wget.m4.
|
||||
|
||||
2005-06-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* configure.in: Use AC_LIB_HAVE_LINKFLAGS instead of
|
||||
|
@ -32,7 +32,6 @@
|
||||
# Autoconf is not installed (or, more precisely, not found in the
|
||||
# PATH).
|
||||
|
||||
cat m4/*.m4 > aclocal.m4
|
||||
autoheader
|
||||
autoconf
|
||||
|
||||
|
@ -32,6 +32,12 @@ dnl
|
||||
AC_INIT([src/version.c])
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
dnl Include the M4 macros we use.
|
||||
builtin(include, [m4/wget.m4])dnl
|
||||
builtin(include, [m4/lib-ld.m4])dnl
|
||||
builtin(include, [m4/lib-link.m4])dnl
|
||||
builtin(include, [m4/lib-prefix.m4])dnl
|
||||
|
||||
dnl
|
||||
dnl What version of Wget are we building?
|
||||
dnl
|
||||
|
@ -1,3 +1,7 @@
|
||||
dnl
|
||||
dnl Wget-specific Autoconf macros.
|
||||
dnl
|
||||
|
||||
dnl
|
||||
dnl Check for `struct utimbuf'.
|
||||
dnl
|
Loading…
Reference in New Issue
Block a user