fixed test in Makefiles for LIBTOOL for the case where it doesn't exist
authorDoug Morris <doug@mhost.com>
Wed, 27 Oct 1999 05:21:12 +0000 (05:21 +0000)
committerDoug Morris <doug@mhost.com>
Wed, 27 Oct 1999 05:21:12 +0000 (05:21 +0000)
configure
mts/sendmail/Makefile.in
mts/smtp/Makefile.in
sbr/Makefile.in
zotnet/Makefile.in

index e8cfcad..eb9c392 100755 (executable)
--- a/configure
+++ b/configure
@@ -1211,7 +1211,7 @@ if test -n "$RANLIB"; then
 else
   echo "$ac_t""no" 1>&6
 fi
-               for ac_prog in gawk mawk nawk awk
+               for ac_prog in mawk gawk 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
index e1748f1..f812a2c 100644 (file)
@@ -53,7 +53,7 @@ all: libsend.a
 
 libsend.a: $(OBJS)
        rm -f $@
-       if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \
+       if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \
          $(LIBTOOL) -static -c $(OBJS) -o $@  ; \
        else \
          ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)`  ; \
index a4fc8d9..85ea7ea 100644 (file)
@@ -56,7 +56,7 @@ all: libsmtp.a
 
 libsmtp.a: $(OBJS)
        rm -f $@
-       if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \
+       if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \
          $(LIBTOOL) -static -c $(OBJS) -o $@  ; \
        else \
          ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)`  ; \
index f77f988..10fb56c 100644 (file)
@@ -94,7 +94,7 @@ pidstatus.o: sigmsg.h
 
 libmh.a: $(OBJS)
        rm -f $@
-       if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \
+       if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \
          $(LIBTOOL) -static -c -o libmh.a $(OBJS) ; \
        else \
          ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)`  ; \
index a706bd0..4f43ffb 100644 (file)
@@ -44,7 +44,7 @@ all: all-recursive libzot.a
 
 libzot.a: $(OBJS)
        rm -f $@
-       if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \
+       if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \
          $(LIBTOOL) -static -c $(OBJS) -o $@  ; \
        else \
          ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)`  ; \