ru.po: Corrections from Evgeny Bulgakov <bgav@netvision.net.il>
[midnight-commander.git] / autogen.sh
blob3eb8a5ce48acdefd8b27203f03e4006551886cb1
1 #! /bin/sh
2 # Run this to generate all the initial makefiles, etc.
4 srcdir=`dirname $0`
5 test -z "$srcdir" && srcdir=.
8 cd $srcdir
9 if test -d macros; then
10 test -f mc-aclocal.m4 && test -f gettext.m4 && cat mc-aclocal.m4 gettext.m4 > acinclude.m4
11 aclocal -I macros $ACLOCAL_FLAGS
12 else
13 echo macros directory not found, skipping generation of aclocal.m4
15 autoheader
16 autoconf
17 (cd vfs/samba; autoheader; autoconf)
20 $srcdir/configure --enable-maintainer-mode $*