Is this patch reasonable or just plain stupid? Index: configure.ac =================================================================== --- configure.ac (revision 19427) +++ configure.ac (working copy) @@ -11,7 +11,8 @@ # Process this file with autoconf to produce a configure script. # AC_INIT([Net-SNMP], [5.6], [[email protected]]) -AC_PREREQ([2.63]) +m4_if(m4_defn([AC_AUTOCONF_VERSION]),[2.63],, + [m4_fatal([Wrong autoconf version!])]) AC_CONFIG_SRCDIR([agent/mibgroup/ucd-snmp/extensible.c]) AC_REVISION([$Revision$])
See it as an alternative to T000configure. One big drawback is that AC_AUTOCONF_VERSION was introduced in 2.62 so any releases with a requirement below that can't use this. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
