X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=e17d0cec6b514e21ee8f7227afc071d62068dd35;hp=9589652755c15946c7a37ac6b36035a24c4be53e;hb=f6eb34fe532a8392a1aa3a0f2d93e16896b8eba5;hpb=105a34a1ed2524b6f305d3f701a4e0f5f7df8141 diff --git a/autogen.sh b/autogen.sh index 9589652..e17d0ce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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