Bump required autoconf version to 2.60, as AC_PROG_SED requires this.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1050 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2012-01-31 09:52:41 +00:00
parent 0cbe3c4705
commit 1a154d2fcd
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
2012-01-30 Rene Liebscher <R.Liebscher@gmx.de>
* 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>