* POTFILES.in: add gnome/gcustom-layout.c file
[midnight-commander.git] / autogen.sh
blob71c24461b9fc45cb466d225e454b23e79b7105a5
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
19 $srcdir/configure --enable-maintainer-mode $*