From 930e624d816a175d5ca4448e6ed40bc7dd8ec5b7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 28 Jul 2005 11:51:37 +0000 Subject: r8826: Make configure generate config.mk files (with the external libraries that were found) and a config.pm file (with all substitution variables) (This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858) --- source4/configure.in | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index 51589e9fe8..f678d9c7e8 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -5,6 +5,7 @@ dnl disabled 2.53 requirement - we do work with 2.52 on suse 7.3 for example dnl AC_PREREQ(2.53) AC_INIT([samba],[],[samba-technical@samba.org]) + AC_CONFIG_SRCDIR([include/includes.h]) AC_CONFIG_HEADER(include/config.h) @@ -85,4 +86,27 @@ dnl Remove -I/usr/include/? from CFLAGS and CPPFLAGS CFLAGS_REMOVE_USR_INCLUDE(CFLAGS) CFLAGS_REMOVE_USR_INCLUDE(CPPFLAGS) -SMB_AC_OUTPUT(Makefile) +echo "configure: creating config.pl" +cat >config.pm<config.mk<