From: Ian Abbott Date: Thu, 13 Jul 2006 12:33:58 +0000 (+0000) Subject: Added AC_PROG_LIBTOOL, as suggested by the autotools. X-Git-Tag: v0_8_0~70 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f149577d8ab1d25099001f005df707a7da79f592;p=comedilib.git Added AC_PROG_LIBTOOL, as suggested by the autotools. --- diff --git a/configure.ac b/configure.ac index bcc1ae5..40e33ae 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AM_PROG_CC_STDC AC_ISC_POSIX AM_PROG_LEX AC_PROG_YACC +AC_PROG_LIBTOOL AC_HEADER_STDC([])