Codepage messages related translated & other stuff...
[midnight-commander.git] / autogen.sh
blobc1d1d6b1eb735add09deed1c746cb58b91aca752
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
10 : ${CVS=cvs}
11 test -d macros || $CVS co -d macros gnome-common/macros || exit 1
12 test -d intl || $CVS co -d intl gnome-common/intl || exit 1
14 aclocal -I macros $ACLOCAL_FLAGS || exit 1
15 autoheader || exit 1
16 autoconf || exit 1
17 automake -a || exit 1
19 cd vfs/samba || exit 1
20 date -u >include/stamp-h.in
21 autoheader || exit 1
22 autoconf || exit 1
23 ) || exit 1
25 $srcdir/configure --cache-file=config.cache --enable-maintainer-mode "$@"