autogen.sh : Silence complaint about missing config.rpath.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 31 Jan 2012 06:58:07 +0000 (17:58 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 31 Jan 2012 06:58:07 +0000 (17:58 +1100)
autogen.sh

index 6ba76d091f658b40c64a63de4dc41b5dc54d5db2..e93b5b17a0309ac1e73828aa4a389ec5a8e660aa 100755 (executable)
@@ -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"