Bump required autoconf version to 2.60, as AC_PROG_SED requires this.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@1050 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6ebc317942
commit
25433c4f08
|
@ -1,7 +1,8 @@
|
||||||
2012-01-30 Rene Liebscher <R.Liebscher@gmx.de>
|
2012-01-30 Rene Liebscher <R.Liebscher@gmx.de>
|
||||||
|
|
||||||
* configure.ac: fixed detection of yylex_destroy availability
|
* configure.ac: fixed detection of yylex_destroy availability
|
||||||
by checking the version number of flex
|
by checking the version number of flex; bump required autoconf
|
||||||
|
version to 2.60 (for AC_PROG_SED)
|
||||||
|
|
||||||
2012-01-30 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2012-01-30 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(avrdude, 5.11svn, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 5.11svn, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
|
|
Loading…
Reference in New Issue