From b9f86d544d6422f61870f1326cf1197a959530fb Mon Sep 17 00:00:00 2001 From: Arnaud Cornet Date: Mon, 29 Dec 2008 14:07:09 +0100 Subject: [PATCH] Add autoheader in boostrap script. --- bootstrap | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index 0576878..a2d497d 100755 --- a/bootstrap +++ b/bootstrap @@ -5,6 +5,7 @@ set -e aclocal +autoheader autoconf automake --add-missing --copy -Wall diff --git a/configure.in b/configure.in index a3b19cf..8023f4f 100644 --- a/configure.in +++ b/configure.in @@ -3,6 +3,7 @@ AM_CONFIG_HEADER(src/config.h) AM_INIT_AUTOMAKE(bip,0.8.0) AC_PROG_CC AC_PROG_INSTALL + AM_PROG_LEX AC_PROG_YACC