updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 5 Jun 2001 09:11:27 +0000 (09:11 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 5 Jun 2001 09:11:27 +0000 (09:11 +0000)
apps/irssi/autogen.sh
apps/irssi/configure.in
doc/makerfc
prepare-clean

index cb258c466c8bd5545c2bc5aee5b9fe5bc816b473..d968658d38002ab464b0a03f81c36004d9aaa722 100755 (executable)
@@ -88,7 +88,7 @@ esac
 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 ..."
index f8a9808508eb0cfb6b8876230a0c4363ac8b0812..94d9dd91a1bd9831218c346d3b64600d21739b74 100644 (file)
@@ -25,6 +25,8 @@ if test "x$enable_static" = "xno"; then
        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 \
index a8b3a46e2b6466c35803f7303fada2b804d95b1b..7da144556c9f0d582fee3558b712406c7b3c1508 100755 (executable)
@@ -6,4 +6,4 @@
 #
 # Usage: makerfc <input_file> <output_file>
 #
-nroff -ms $1 | ./fix.pl > $2
+nroff -ms $1 | perl fix.pl > $2
index d84d3273dbe863806fc00fec965ff374b54e2491..2e4760a3c993fb48a0d9172b870818c01b7e1fee 100755 (executable)
@@ -27,6 +27,9 @@ echo "Cleaning entire SILC source tree..."
 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