autoconf-patches
[Top][All Lists]
Advanced

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

Re: _AC_OUTPUT_SUBDIRS/configure.in


From: Alexandre Oliva
Subject: Re: _AC_OUTPUT_SUBDIRS/configure.in
Date: 31 Jan 2001 12:02:00 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

On Jan 31, 2001, Akim Demaille <address@hidden> wrote:

>>>>>> "Ralf" == Ralf Corsepius <address@hidden> writes:

> I'll need Alexandre's opinion on this.  I guess he will be able to
> suggest a better Cygnusism test.

if { test -f configure.in || test -f configure.ac; } ||
   test ! -f configure ||
   sed -e 15q configure |
   grep '^# Generated automatically using autoconf'; then :
  # This is autoconf-generated
else :
  # Either there's no configure.ac or configure.in, or configure is not
  # autoconf-generated.
fi

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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