diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-09 10:39:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-09 10:54:35 +0200 |
commit | d54c171a1a120980f075d05823f2c112e80dd097 (patch) | |
tree | 2c3675a397f46eabc6e4ee8f30e4361643aa0fda /source4/lib/replace | |
parent | 1b955253ff34f6a8a431899051dd784ace32a9ba (diff) | |
download | samba-d54c171a1a120980f075d05823f2c112e80dd097.tar.gz samba-d54c171a1a120980f075d05823f2c112e80dd097.tar.bz2 samba-d54c171a1a120980f075d05823f2c112e80dd097.zip |
libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if required
This fixes ./autogen.sh with autoconf-2.62
metze
(This used to be commit 72bb01dda4d425528e28cd96e249595dc6c1952f)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 6a85ff5a82..71fa041672 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -299,4 +299,5 @@ m4_include(libreplace_cc.m4) m4_include(libreplace_ld.m4) m4_include(libreplace_network.m4) m4_include(libreplace_macros.m4) -m4_include(autoconf-2.60.m4) + +m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[m4_include(autoconf-2.60.m4)]) |