diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:22:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:11 -0500 |
commit | b70a7de8028a0c1c56dd2d7c4404aa0af6c89747 (patch) | |
tree | 6bd67970d00af7502d17eebf817e63b53f38d593 /source4/lib/replace | |
parent | a57365a2e6f303572da011e490d05e1424c53934 (diff) | |
download | samba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.tar.gz samba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.tar.bz2 samba-b70a7de8028a0c1c56dd2d7c4404aa0af6c89747.zip |
r18074: config.m4 is now libreplace.m4
(This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/configure.ac | 2 | ||||
-rw-r--r-- | source4/lib/replace/libreplace.m4 (renamed from source4/lib/replace/config.m4) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/configure.ac b/source4/lib/replace/configure.ac index 2b5fbf1c18..b2317708b3 100644 --- a/source4/lib/replace/configure.ac +++ b/source4/lib/replace/configure.ac @@ -12,7 +12,7 @@ if test "$ac_cv_prog_gcc" = yes; then CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings" fi -sinclude(config.m4) +sinclude(libreplace.m4) sinclude(win32/config.m4) sinclude(repdir/config.m4) AC_OUTPUT(Makefile) diff --git a/source4/lib/replace/config.m4 b/source4/lib/replace/libreplace.m4 index 382da639fc..382da639fc 100644 --- a/source4/lib/replace/config.m4 +++ b/source4/lib/replace/libreplace.m4 |