diff --git a/Makefile.am b/Makefile.am
index 6f67f14..f7adf26 100644
a
|
b
|
|
2 | 2 | |
3 | 3 | AUTOMAKE_OPTIONS = 1.5 |
4 | 4 | |
5 | | SUBDIRS = po m4 vfs slang edit src lib doc syntax |
| 5 | SUBDIRS = intl po m4 vfs slang edit src lib doc syntax |
6 | 6 | |
7 | 7 | EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO pkginfo.in prototype.in mc.qpg mc.spec |
8 | 8 | |
diff --git a/autogen.sh b/autogen.sh
index 1223ae9..a2b4f92 100755
a
|
b
|
set -e |
9 | 9 | : ${AUTOHEADER=autoheader} |
10 | 10 | : ${AUTOMAKE=automake} |
11 | 11 | : ${ACLOCAL=aclocal} |
| 12 | : ${AUTOPOINT=autopoint} |
12 | 13 | : ${XGETTEXT=xgettext} |
13 | | : ${GETTEXT_DATADIR=/usr/share/gettext} |
14 | 14 | |
15 | 15 | srcdir=`dirname $0` |
16 | 16 | test -z "$srcdir" && srcdir=. |
… |
… |
if test ! -d config; then |
28 | 28 | mkdir config |
29 | 29 | fi |
30 | 30 | |
31 | | # get in gettext stuff |
32 | | ( cd config && ln -sf $GETTEXT_DATADIR/config.rpath ) |
33 | | # ( cd po && ln -sf $GETTEXT_DATADIR/po/Makefile.in.in ) ## had to tweak it a bit ;-o |
| 31 | # Recreate intl directory. |
| 32 | rm -rf intl |
| 33 | $AUTOPOINT --force || exit 1 |
34 | 34 | |
35 | 35 | # Generate po/POTFILES.in |
36 | 36 | $XGETTEXT --keyword=_ --keyword=N_ --keyword=Q_ --output=- \ |
diff --git a/configure.ac b/configure.ac
index 9fb0540..cfaaa7d 100644
a
|
b
|
doc/pl/mc.1 doc/pl/Makefile |
624 | 624 | doc/ru/mc.1 doc/ru/Makefile |
625 | 625 | doc/sr/mc.1 doc/sr/mcserv.8 doc/sr/Makefile |
626 | 626 | |
| 627 | intl/Makefile |
627 | 628 | po/Makefile.in |
628 | 629 | ]) |
629 | 630 | |