--- configure.ac.orig 2010-10-25 22:02:22.000000000 -0500 +++ configure.ac 2011-09-29 01:56:47.000000000 -0500 @@ -673,19 +673,6 @@ # LIBS=" -lXm -lXt -lX11 $LIBS" -# -# Remove duplicate entries. Thanks to Paul Lutt, ke7xt, for this! -# -# Don't get rid of dupes on the LIBS line. We may need the same -# "-Llibdir" called out several times, immediately prior to each -# "-llibrary" that needs it. -# -changequote(,) -CFLAGS=`echo "$CFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'` -CPPFLAGS=`echo "$CPPFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'` -LDFLAGS=`echo "$LDFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'` -#LIBS=`echo "$LIBS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'` -changequote([,]) # @@ -926,7 +913,7 @@ echo echo RECOMMENDED OPTIONS: -echo -n " GraphicsMagick/ImageMagick (Raster maps) : " +printf " GraphicsMagick/ImageMagick (Raster maps) : " if test "${use_graphicsmagick}" = "yes"; then echo "yes (GraphicsMagick)" else