Remove casting of return value from *alloc() functions.
[platform/upstream/flac.git] / autogen.sh
index 6ba76d0..3290f2e 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"
@@ -159,4 +163,4 @@ echo "  autoconf"
 autoconf || exit 1
 
 cd $olddir
-$srcdir/configure --enable-maintainer-mode "$@" && echo
+$srcdir/configure "$@" && echo