mirror of https://github.com/xiph/flac
autogen.sh : Silence complaint about missing config.rpath.
This commit is contained in:
parent
19e3918d4e
commit
0f7f39f4ed
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue