summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-10 10:49:18 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-10 11:06:26 +0200
commit61d3ba04b497011b933564cc4566239a91e4bf67 (patch)
tree563bafa2d94cd9884117112c840ca52d74185651 /source4/configure.ac
parent8966a28b6867b8acaf8e9b89e25849299ba5e088 (diff)
downloadsamba-61d3ba04b497011b933564cc4566239a91e4bf67.tar.gz
samba-61d3ba04b497011b933564cc4566239a91e4bf67.tar.bz2
samba-61d3ba04b497011b933564cc4566239a91e4bf67.zip
s4:configure: generate Makefile from Makefile.in
This makes it possible for the waf build to also generate a 'Makefile' instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile' metze
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index c6bdc54fe3..e5bcc0254b 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -200,7 +200,7 @@ $SMB_INFO_LIBRARIES
CEOF
SMB_BUILD_RUN(data.mk)
-AC_OUTPUT
+AC_OUTPUT(Makefile)
cmp include/config_tmp.h include/config.h >/dev/null 2>&1
CMP_RET=$?