diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-10 03:09:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-10 03:09:42 +0000 |
commit | 001765501ed5dcc9e3c29d9f662c428e2a66187a (patch) | |
tree | db48120875f0711f694ed76f4860121e495cb127 /source3/configure | |
parent | d97c3e4591f9d2a02e9a8006062bca32fb2d0ece (diff) | |
download | samba-001765501ed5dcc9e3c29d9f662c428e2a66187a.tar.gz samba-001765501ed5dcc9e3c29d9f662c428e2a66187a.tar.bz2 samba-001765501ed5dcc9e3c29d9f662c428e2a66187a.zip |
split out the lpq parsing code into a separate file
printing/lpq_parse.c
getting ready for the new printing backend
(This used to be commit 0ec1072e0143952139be64e8001582eadcc9f60e)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index 023ec79997..45c731edff 100755 --- a/source3/configure +++ b/source3/configure @@ -917,7 +917,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |