From: Roland McGrath Date: Sun, 1 Feb 2009 22:24:46 +0000 (-0800) Subject: zip.m4: Fix --with/--without argument handling. X-Git-Tag: elfutils-0.140~13^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8d3528477c499edfcd177d779952c15b546913c;p=thirdparty%2Felfutils.git zip.m4: Fix --with/--without argument handling. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index eea78ff03..256756348 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2009-02-01 Roland McGrath + + * zip.m4: Fix --with/--without argument handling. + 2009-01-08 Roland McGrath * zip.am: New file. diff --git a/m4/zip.m4 b/m4/zip.m4 index 398d1be57..19fa49262 100644 --- a/m4/zip.m4 +++ b/m4/zip.m4 @@ -1,10 +1,11 @@ -dnl Test for either zlib or bzlib. +dnl -*- Autoconf -*- test for either zlib or bzlib. dnl Defines --with-$1lib argument, $2LIB automake conditional, dnl and sets AC_DEFINE(USE_$2LIB) and LIBS. -AC_DEFUN([eu_ZIPLIB], [with_[$1]lib=default +AC_DEFUN([eu_ZIPLIB], [dnl AC_ARG_WITH([[$1]lib], -AC_HELP_STRING([--with-[$1]lib], [support g[$1]ip compression in libdwfl])) +AC_HELP_STRING([--with-[$1]lib], [support g[$1]ip compression in libdwfl]),, + [with_[$1]lib=default]) if test $with_[$1]lib != no; then AC_SEARCH_LIBS([$4], [$3], [with_[$1]lib=yes], [test $with_[$1]lib = default ||