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
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)` ; \
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)` ; \
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)` ; \
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)` ; \