]> git.marmaro.de Git - mmh/commitdiff
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 e8cfcade06ebba8edf4a6093b2a468ae14b361aa..eb9c392cebb026aed29178acb54ed229dbefcbba 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 e1748f1f8aec6d70a3c35241f28e4849de0a6aa8..f812a2c52e14fe72a6204b0072fa6f5b5cf6ca68 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 a4fc8d95cf6e4681959eff214e84e368bad2fa6e..85ea7ea56187c2c257ae17c38b674b61bfc9e9c6 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 f77f98870b7072176d6fb95be5c3d1c4e8fed298..10fb56ca014da1f397f83e0d4dd41f99a4e1aa24 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 a706bd03ad1325a250d5213ed95ceebec0ddfb66..4f43ffbc4e2d398f5ba9f70f2b5e46543a12e57f 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)`  ; \