@@ -35,50 +35,11 @@ if expr "$confver" \> "$gettext_version" >/dev/null; then
3535 exit 1
3636fi
3737
38- # Force intl regenration to get last update from installed gettext templates
39- rm -rf intl/*
40- # if [ ! -d intl ]; then
41- echo " Setting up internationalization files."
42- autopoint --force
43- if grep -q datarootdir po/Makefile.in.in; then
44- echo autopoint honors dataroot variable, not patching.
45- else
46- echo autopoint does not honor dataroot variable, patching.
47- sed -e ' /^datadir *=/a\
48- datarootdir = @datarootdir@' po/Makefile.in.in > po/Makefile.in.in.tmp && mv -f po/Makefile.in.in.tmp po/Makefile.in.in
49- sed -e ' /^datadir *=/a\
50- datarootdir = @datarootdir@' intl/Makefile.in > intl/Makefile.in.tmp && mv -f intl/Makefile.in.tmp intl/Makefile.in
51- fi
52- UNAME=` uname`
53- if [ x$UNAME = x" Darwin" ]; then
54- echo Not patching po/Makefile.in.in - sed is too old.
55- else
56- sed -e ' /^clean:/a\
57- rm -f *.gmo' po/Makefile.in.in > po/Makefile.in.in.tmp && mv -f po/Makefile.in.in.tmp po/Makefile.in.in
58- fi
59- # if [ -f Makefile -a -x config.status ]; then
60- # CONFIG_FILES=intl/Makefile CONFIG_HEADERS= /bin/sh ./config.status
61- # fi
62- # gettextize --intl -f --no-changelog
63- # echo "restoring Makefile.am and configure.ac"
64- # cp -f Makefile.am~ Makefile.am
65- # cp -f configure.ac~ configure.ac
66- # fi
67-
68- echo " Running aclocal -I m4"
69- aclocal -I m4
70-
71- echo " Running autoheader"
72- autoheader
73-
74- echo " Running autoconf"
75- autoconf
76-
7738echo " Creating pixmaps Makefile.am"
7839OLDPWD=" ` pwd` "
7940cd src/pixmaps/flags_xpm
8041./makeflags.sh
8142cd " $OLDPWD "
8243
83- echo " Running automake --foreign -a -c -f "
84- automake --foreign -a -c -f
44+ echo " Running autoreconf --install "
45+ autoreconf --install
0 commit comments