autogen.sh : Silence complaint about missing config.rpath.

This commit is contained in:
Erik de Castro Lopo 2012-01-31 17:58:07 +11:00
parent 19e3918d4e
commit 0f7f39f4ed
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ if test -z "$*"; then
echo "to pass any to it, please specify them on the $0 command line."
fi
if test ! -f config.rpath ; then
touch config.rpath
fi
echo "Generating configuration files for $package, please wait...."
echo " $ACLOCAL $ACLOCAL_FLAGS"