autogen.sh 364 B

12345678910111213141516
  1. srcdir=`dirname $0`
  2. test -z "$srcdir" && srcdir=.
  3. (
  4. cd $srcdir
  5. if test -d macros; then
  6. cat macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
  7. macros/linger.m4 mc-aclocal.m4 gettext.m4 glib.m4 > aclocal.m4
  8. else
  9. echo macros directory not found, skipping generation of aclocal.m4
  10. fi
  11. autoheader
  12. autoconf
  13. )
  14. $srcdir/configure --enable-maintainer-mode $*