Localization added together with Czech catalog. Czech man page missing.
[mdsms.git] / autogen.sh
index 9589652..e17d0ce 100755 (executable)
@@ -3,19 +3,25 @@
 
 # $Id$
 
-CONFDEFS="--enable-maintainer-mode --enable-debug"
+# /lib/gconv/ISO8859-2.so is apparently clashing with EFence. :-(
+CONFDEFS="--enable-maintainer-mode --enable-debug --without-efence"
 
 # if [ -f Makefile ];then touch ChangeLog;make maintainer-clean;fi
 rm -r -f \
        `find -name "*~"` \
        errs* \
+       `find po -type f -not '(' -name POTFILES.in -o -name "*.po" -o -path "po/CVS*" ')'` \
+       intl \
        install-sh \
        mkinstalldirs \
        missing \
        INSTALL \
        COPYING \
+       ABOUT-NLS \
        Makefile \
        Makefile.in \
+       */Makefile \
+       */Makefile.in \
        configure \
        configure.scan \
        config.guess \
@@ -23,6 +29,7 @@ rm -r -f \
        config.sub \
        config.log \
        config.h \
+       confdefs.h \
        autoh[0-9]* \
        config.cache \
        config.h.in \
@@ -61,6 +68,7 @@ if [ "$1" = clean ];then exit;fi
        )
 
 aclocal -I .
+gettextize --copy
 autoheader
 touch ChangeLog
 automake --gnu -c --add-missing