Difference for ./configure.ac from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 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])
Line 172
 
Line 172
 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)


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57