build-sys: make autogen.sh more robust

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-06-29 11:41:22 +02:00
parent a3b69ccb1c
commit 9583461dea
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ autoheader $AH_OPTS
automake --add-missing $AM_OPTS
cd $THEDIR
cd "$THEDIR"
echo
echo "Now type '$srcdir/configure' and 'make' to compile."