version 1.7 | | version 1.8 |
---|
| | |
dnl Process this file with autoconf to produce a configure script. | | dnl Process this file with autoconf to produce a configure script. |
| | |
AC_REVISION($Id: configure.ac,v 1.7 2003/04/05 05:39:46 mwedel Exp $) | | AC_REVISION($Id: configure.ac,v 1.8 2003/09/23 05:21:26 mwedel Exp $) |
AC_INIT([crossfire], [1.5.0], [crossfire-devel@listserv.real-time.com]) | | AC_INIT([crossfire], [1.5.0], [crossfire-devel@listserv.real-time.com]) |
AC_CONFIG_AUX_DIR(utils) | | AC_CONFIG_AUX_DIR(utils) |
AC_CONFIG_SRCDIR([server/main.c]) | | AC_CONFIG_SRCDIR([server/main.c]) |
| | |
AC_SUBST(x_includes) | | AC_SUBST(x_includes) |
AC_SUBST(x_libraries) | | AC_SUBST(x_libraries) |
AC_SUBST(no_x) | | AC_SUBST(no_x) |
| | AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x") |
AC_SUBST(X11LIBS) | | AC_SUBST(X11LIBS) |
AC_SUBST(PERL) | | AC_SUBST(PERL) |
AC_SUBST(BASENAME) | | AC_SUBST(BASENAME) |