the autoconf scripts are now converted to the new directory structure
authorAndrew Tridgell <tridge@samba.org>
Sun, 9 Aug 1998 11:23:13 +0000 (11:23 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 9 Aug 1998 11:23:13 +0000 (11:23 +0000)
now the Makefile .....
(This used to be commit 4fae7f129e46930960831af0da28496f9766f6ae)

source3/configure
source3/configure.in
source3/include/config.h.in

index 27e0f6de4062d9791416d916a7ae6beda0de9c1c..3298e9a82fccb53db7e1c627bbdea7b879c1cfc5 100755 (executable)
@@ -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 <<EOF
 
@@ -4742,9 +4743,10 @@ EOF
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"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_FILES=\${CONFIG_FILES-"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"}
 EOF
 cat >> $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 <<EOF
-  CONFIG_HEADERS="config.h"
+  CONFIG_HEADERS="include/config.h"
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 fi
index 16c8fb889c68b37c947cba653c40f0b9ba21defb..19b2e20d8723ca5b2ffdd37a9c79baaf15ed7edc 100644 (file)
@@ -251,7 +251,7 @@ echo $ac_n "checking for netmask ifconf ... $ac_c"
 AC_TRY_RUN([
 #define HAVE_NETMASK_IFCONF 1
 #define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
            echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_IFCONF),
           echo no)
 
@@ -260,7 +260,7 @@ echo $ac_n "checking for netmask ifreq ... $ac_c"
 AC_TRY_RUN([
 #define HAVE_NETMASK_IFREQ 1
 #define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
            echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_IFREQ),
           echo no)
 fi
@@ -270,7 +270,7 @@ echo $ac_n "checking for netmask AIX ... $ac_c"
 AC_TRY_RUN([
 #define HAVE_NETMASK_AIX 1
 #define AUTOCONF 1
-#include "netmask.c"],
+#include "lib/netmask.c"],
            echo yes;netmask=yes;AC_DEFINE(HAVE_NETMASK_AIX),
           echo no)
 fi
index 3bdf5f19183182ecf0ffecf27b45bb929ece3852..b73ee04e77dbefb22891f194f991bda23495f936 100644 (file)
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
 
 /* Define if on AIX 3.
    System headers sometimes define this.