diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 16:51:45 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-09-13 16:51:45 +0000 |
commit | 0ee90659f22fd04f98c467f681bb900cc6a81fcb (patch) | |
tree | e0b018d542b611bcb3ac28e652a3936d74215752 /source/lib/replace/libreplace.m4 | |
parent | 68f0773e3a1b1eb06e16bd786c3b846cc92e9128 (diff) | |
download | samba-0ee90659f22fd04f98c467f681bb900cc6a81fcb.tar.gz samba-0ee90659f22fd04f98c467f681bb900cc6a81fcb.tar.xz samba-0ee90659f22fd04f98c467f681bb900cc6a81fcb.zip |
r18485: include libreplace.m4 in the aclocal.m4 files
and use the macros in configure.ac
metze
Diffstat (limited to 'source/lib/replace/libreplace.m4')
-rw-r--r-- | source/lib/replace/libreplace.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index 293b2380a85..53655e6544e 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/lib/replace/libreplace.m4 @@ -303,4 +303,6 @@ AC_LIBREPLACE_BROKEN_CHECKS AC__LIBREPLACE_ALL_CHECKS_END ]) -AC_LIBREPLACE_ALL_CHECKS +m4_include(libreplace_cc.m4) +m4_include(libreplace_macros.m4) +m4_include(autoconf-2.60.m4) |