-2008-09-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-
- * demo/configure.ac pdemo/configure.ac: Add missing AM_PROG_CC_C_O
- to testsuite.
-
2004-08-12 Maciej W. Rozycki <macro@linux-mips.org>
* demo/Makefile.am: Stop automake warning by defining
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
-AM_PROG_CC_C_O
## ---------------- ##
## Automake Initialisation. ##
## ------------------------ ##
AM_INIT_AUTOMAKE(hell,1.0)
-AM_PROG_CC_C_O
## ------------------ ##