From f149577d8ab1d25099001f005df707a7da79f592 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Thu, 13 Jul 2006 12:33:58 +0000 Subject: [PATCH] Added AC_PROG_LIBTOOL, as suggested by the autotools. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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([]) -- 2.26.2