Skip to content

Commit

Permalink
Making the build script run autoheader
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bourget committed Oct 24, 2011
1 parent 49832a6 commit 4bb6b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcrange/scripts/build
Expand Up @@ -5,6 +5,7 @@ set -x

aclocal || exit 1
libtoolize --force || exit 1
autoheader || exit 1
automake -a || exit 1
autoconf || exit 1
./configure || exit 1
Expand Down

0 comments on commit 4bb6b01

Please sign in to comment.