Hi, how can I find out when a certain autoconf macro was introduced by autoconf ? E.g. when I run autoconf with the --warnings=all option I get good advices how to improve my macros. However I guess when I upgrade the macros I'm indeed on top with the current autoconf release but possibly break some older versions of autoconf. I want introduce a AC_PREREQ([2.xx]) at the top of my configure.ac to avoid sich problems.
Thomas -- _______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf