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: [PATCH] Libtool/Autoconf incompatibility issue


> Is it possible to put something in the configure.ac files to make Autoconf 
> give an error if any version other than exactly 2.59 is used, to ensure 
> that a newer version is only used as part of a deliberate coordinated 
> update rather than accidentally in an individual directory?

I don't believe so.  AC_PREREQ(version), for instance, only tests for
greater-or-equal.

Ben



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