diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 08:30:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:40 -0500 |
commit | e997a767aae255992b0f1d229d15eb4f2b00484c (patch) | |
tree | c72b3dfad66fc9227137f172580615e79d1b561b /source4 | |
parent | 68d172c5063c3e84977e4238c1147cdc40d4b0be (diff) | |
download | samba-e997a767aae255992b0f1d229d15eb4f2b00484c.tar.gz samba-e997a767aae255992b0f1d229d15eb4f2b00484c.tar.bz2 samba-e997a767aae255992b0f1d229d15eb4f2b00484c.zip |
r18145: rename cc_feature.m4 into libreplace_macros.m4
metze
(This used to be commit d0f40dd3e5ca8b46ee9b2c4332b393f519383aae)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 | ||||
-rw-r--r-- | source4/lib/replace/libreplace_macros.m4 (renamed from source4/lib/replace/cc_features.m4) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 1465756261..0c1d089217 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -167,7 +167,7 @@ AC_CHECK_FUNCS([syslog memset setnetgrent getnetgrent endnetgrent memcpy],, [AC_MSG_ERROR([Required function not found])]) m4_include(getpass.m4) -m4_include(cc_features.m4) +m4_include(libreplace_macros.m4) m4_include(system/config.m4) LIBREPLACE_C99_STRUCT_INIT(c99_struct_initialization=yes, diff --git a/source4/lib/replace/cc_features.m4 b/source4/lib/replace/libreplace_macros.m4 index 255009dd55..255009dd55 100644 --- a/source4/lib/replace/cc_features.m4 +++ b/source4/lib/replace/libreplace_macros.m4 |