Add autoheader in boostrap script.
This commit is contained in:
parent
a4b101cea8
commit
b9f86d544d
@ -5,6 +5,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
automake --add-missing --copy -Wall
|
automake --add-missing --copy -Wall
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ AM_CONFIG_HEADER(src/config.h)
|
|||||||
AM_INIT_AUTOMAKE(bip,0.8.0)
|
AM_INIT_AUTOMAKE(bip,0.8.0)
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user