declare AM_PROG_CC_C_O to avoid the warning
"compiling `config_gram.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'" git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@817 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
4f075ae3b3
commit
09df6aa664
|
@ -1,3 +1,9 @@
|
|||
2009-04-14 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
configure.ac: declare AM_PROG_CC_C_O to avoid the warning
|
||||
"compiling `config_gram.c' with per-target flags
|
||||
requires `AM_PROG_CC_C_O' in `configure.ac'"
|
||||
|
||||
2009-03-22 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
bug #25971: "error writing to <stdout>" with multiple -U params.
|
||||
|
|
|
@ -41,6 +41,9 @@ AC_PROG_YACC
|
|||
AC_PROG_LEX
|
||||
AC_PROG_RANLIB
|
||||
|
||||
dnl Makefile.am:77: compiling `config_gram.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB([termcap], [tputs])
|
||||
AC_CHECK_LIB([ncurses], [tputs])
|
||||
|
|
Loading…
Reference in New Issue