forked from bip/bip
1
0
Fork 0

Add autoheader in boostrap script.

This commit is contained in:
Arnaud Cornet 2008-12-29 14:07:09 +01:00
parent a4b101cea8
commit b9f86d544d
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
set -e
aclocal
autoheader
autoconf
automake --add-missing --copy -Wall

View File

@ -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