Sfoglia il codice sorgente

unbreak automake build

after the latest sublib changes we got:
src/Makefile.am:31: compiling `convenience/convenience.c' in
subdir requires `AM_PROG_CC_C_O' in `configure.ac'

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf 11 anni fa
parent
commit
ad4a029405
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -11,6 +11,7 @@ dnl checks for programs
 AC_PROG_MAKE_SET
 AC_PROG_CC
 AC_PROG_INSTALL
+AM_PROG_CC_C_O
 LT_INIT
 AC_PROG_LIBTOOL