diff options
author | Simo Sorce <idra@samba.org> | 2002-09-08 00:36:22 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-09-08 00:36:22 +0000 |
commit | db883ae1e659496696c17f2901634cada5e4aa13 (patch) | |
tree | 3bb858deffdeaa4aea242fc62a19124add71d0c8 /source/configure | |
parent | 67543ea43d6c76f10f6757ae35a29044ce0020c5 (diff) | |
download | samba-db883ae1e659496696c17f2901634cada5e4aa13.tar.gz samba-db883ae1e659496696c17f2901634cada5e4aa13.tar.xz samba-db883ae1e659496696c17f2901634cada5e4aa13.zip |
forgot to commit configure with configure.in
Diffstat (limited to 'source/configure')
-rwxr-xr-x | source/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure b/source/configure index e7ce3ee4df4..970d527d723 100755 --- a/source/configure +++ b/source/configure @@ -14188,7 +14188,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/VFS/netatalk/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -14323,7 +14323,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/VFS/netatalk/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile"} +CONFIG_FILES=\${CONFIG_FILES-"include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |