25 lines
708 B
Text
25 lines
708 B
Text
--- configure.orig Sun Nov 12 21:19:24 2000
|
|
+++ configure Fri Nov 14 20:26:09 2003
|
|
@@ -746,10 +746,10 @@
|
|
#
|
|
echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6
|
|
echo "configure:749: checking "UUCP lock files directory"" >&5
|
|
-if test -d /var/lock ; then
|
|
- lockdir=/var/lock/
|
|
-elif test -d /var/spool/lock ; then
|
|
+if test -d /var/spool/lock ; then
|
|
lockdir=/var/spool/lock/
|
|
+elif test -d /var/lock ; then
|
|
+ lockdir=/var/lock/
|
|
else
|
|
lockdir=/var/lock/
|
|
fi
|
|
@@ -759,7 +759,7 @@
|
|
|
|
echo "$ac_t"""$lockdir"" 1>&6
|
|
|
|
-for ac_prog in 'bison -y' byacc
|
|
+for ac_prog in byacc 'bison -y'
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|