Changes of Revision 3
[-] [+] | Added | tftp-hpa-0.43_old-autoconf.diff |
@@ -0,0 +1,24 @@ + +openSuSE 10.3 shipped with autoconf 2.61 +openSuSE 10.1 shipped with autoconf 2.60 +openSuSE 9.1 shipped with autoconf 2.59 + +--- + configure.in | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +--- configure.in.orig ++++ configure.in +@@ -2,11 +2,10 @@ dnl + dnl autoconf input file to generate MCONFIG + dnl + +-AC_PREREQ(2.61) ++AC_PREREQ(2.42) + AC_INIT(MCONFIG.in) + AC_PREFIX_DEFAULT(/usr) + +-AC_USE_SYSTEM_EXTENSIONS + AC_ISC_POSIX + AC_PROG_CC + |