summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-01-31 17:58:07 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-01-31 17:58:07 +1100
commit0f7f39f4ed6092186acb2d38201280ea734e58fa (patch)
treeb365bacb5640cfb1f2d3ff96816ef60e31fdc834 /autogen.sh
parent19e3918d4e35f4ab99e7fcc58c169025c576dd16 (diff)
downloadflac-0f7f39f4ed6092186acb2d38201280ea734e58fa.tar.gz
autogen.sh : Silence complaint about missing config.rpath.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 6ba76d09..e93b5b17 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"