autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getline AC_LIBOBJs


From: Paul Eggert
Subject: Re: getline AC_LIBOBJs
Date: 23 Oct 2003 00:57:48 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Akim Demaille <address@hidden> writes:

> +case $LIB@&address@hidden in
> +    "$1.$ac_objext"   | \
> +  *" $1.$ac_objext"   | \
> +    "$1.$ac_objext "* | \
> +  *" $1.$ac_objext "* ) ;;

OK, but wouldn't the following be simpler?

case " $LIB@&address@hidden " in
  *" $1.$ac_objext "* ) ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]