rm -f aclocal.m4
if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize..."
- libtoolize --copy
+ libtoolize --copy --force
fi
aclocalinclude="$ACLOCAL_FLAGS"
echo "Running aclocal $aclocalinclude ..."
AC_ERROR([Don't give --disable-static option to configure])
fi
+AC_CONFIG_AUX_DIR(.)
+
#${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
#$libtool_flags --disable-static --output=libtool-shared --no-verify
#$ac_aux_dir/ltmain.sh $lt_target \
#
# Usage: makerfc <input_file> <output_file>
#
-nroff -ms $1 | ./fix.pl > $2
+nroff -ms $1 | perl fix.pl > $2
echo "All errors and warnings may be safely ignored."
gmake clean -k
gmake distclean -k
+rm -f ltmain.sh
+rm -f ltconfig
+rm -f ltcf*
rm -f Makefile.am
rm -f Makefile.defines
rm -f Makefile.defines.in