This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Top-level configure.in needs AC_PREREQ


Christopher Faylor wrote:
I think the minimal autoconf version needed for the new autoconfiscated
configure.in is 2.13, correct?  If so, I think an AC_PREREQ is called
for, if for no other reason than to be consistent with gcc, gdb,
binutils.  winsup, etc.
> ...
RCS file: /cvs/uberbaum/configure.in,v
> ...
 AC_INIT(move-if-change)
+AC_PREREQ(2.13)
Yes, please.  All configure.in's should have AC_PREREQ.  It
makes life much easier when you compile gcc and friends
under both cygwin and debian, as we do.
- Dan

--
Dan Kegel
Linux User #78045
http://www.kegel.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]