diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir +m4 -P stubs.c.m4 >stubs.c + autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? |