Add autoheader in boostrap script.
This commit is contained in:
parent
a4b101cea8
commit
b9f86d544d
@ -5,6 +5,7 @@
|
||||
set -e
|
||||
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
automake --add-missing --copy -Wall
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user