diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-15 03:26:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-15 03:26:52 +0000 |
commit | 570f8e9a77656f3363938bde1364053d6bbfb30f (patch) | |
tree | f321bb3d668b8619fee6b54b00541cfb5e88068e /source3/configure | |
parent | e13aeea928dd89373cfaf3916c96f853c1227884 (diff) | |
download | samba-570f8e9a77656f3363938bde1364053d6bbfb30f.tar.gz samba-570f8e9a77656f3363938bde1364053d6bbfb30f.tar.bz2 samba-570f8e9a77656f3363938bde1364053d6bbfb30f.zip |
moved the printing related files to a separate printing/ directory.
(This used to be commit d933a47be6fa7b5f161179fa11244aaba1051160)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index b770f95376..93bc79aa1b 100755 --- a/source3/configure +++ b/source3/configure @@ -4702,7 +4702,7 @@ ac_given_INSTALL="$INSTALL" 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 bin/dummy include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +libsmb/dummy bin/dummy printing/dummy include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -4798,7 +4798,7 @@ cat >> $CONFIG_STATUS <<EOF 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 bin/dummy"} +libsmb/dummy bin/dummy printing/dummy"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |