From 426de6f97f1b585b754c2c4b214ca7aa8b7f1a42 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Aug 1998 11:23:13 +0000 Subject: the autoconf scripts are now converted to the new directory structure now the Makefile ..... (This used to be commit 4fae7f129e46930960831af0da28496f9766f6ae) --- source3/configure | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 27e0f6de40..3298e9a82f 100755 --- a/source3/configure +++ b/source3/configure @@ -477,7 +477,7 @@ echo > confdefs.h # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=byteorder.h +ac_unique_file=include/includes.h # Find the source files, if location was not specified. if test -z "$srcdir"; then @@ -3837,7 +3837,7 @@ else #define HAVE_NETMASK_IFCONF 1 #define AUTOCONF 1 -#include "netmask.c" +#include "lib/netmask.c" EOF if { (eval echo configure:3843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then @@ -3866,7 +3866,7 @@ else #define HAVE_NETMASK_IFREQ 1 #define AUTOCONF 1 -#include "netmask.c" +#include "lib/netmask.c" EOF if { (eval echo configure:3872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then @@ -3896,7 +3896,7 @@ else #define HAVE_NETMASK_AIX 1 #define AUTOCONF 1 -#include "netmask.c" +#include "lib/netmask.c" EOF if { (eval echo configure:3902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null then @@ -4647,9 +4647,10 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile tests/dummy client/dummy lib/dummy lib/rpc/dummy -lib/rpc/client/dummy lib/rpc/include/dummy lib/rpc/parse/dummy -lib/rpc/server/dummy lib/smb/dummy ubiqx/dummy web/dummy config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile tests/dummy client/dummy lib/dummy ubiqx/dummy +web/dummy param/dummy nmbd/dummy smbd/dummy rpc_server/dummy +rpc_parse/dummy script/dummy include/dummy codepages/dummy +libsmb/dummy include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -4825,7 +4827,7 @@ ac_eD='%g' if test "${CONFIG_HEADERS+set}" != set; then EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF fi -- cgit