* configure.ac: Call AC_PROG_LIBTOOL.

* src/ltlast/Makefile.am, src/ltlenv/Makefile.am,
src/ltlparse/Makefile.am, src/ltltest/Makefile.am,
src/ltlvisit/Makefile.am: Adust to build libtool libraries.
This commit is contained in:
Alexandre Duret-Lutz 2003-04-29 14:07:04 +00:00
parent e6cab5321a
commit 16bc2c63d9
7 changed files with 19 additions and 13 deletions

View file

@ -5,10 +5,11 @@ AM_INIT_AUTOMAKE([foreign nostdinc 1.7.3])
AC_PROG_CXX
AC_PROG_RANLIB
AM_PROG_LEX
AC_PROG_YACC
AC_PROG_LIBTOOL
AC_LANG(C++)
CF_GXX_WARNINGS