ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.52 by root, Mon Mar 5 19:19:35 2007 UTC vs.
Revision 1.54 by root, Mon Mar 5 19:54:49 2007 UTC

1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2 2
3AC_INIT([crossfire], [2.0+], [crossfire@schmorp.de]) 3AC_INIT([cfserver], [2.0], [crossfire@schmorp.de])
4AC_CONFIG_AUX_DIR(utils) 4AC_CONFIG_AUX_DIR(utils)
5AC_CONFIG_SRCDIR([server/main.C]) 5AC_CONFIG_SRCDIR([server/cfperl.xs])
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AM_CONFIG_HEADER(include/autoconf.h) 7AM_CONFIG_HEADER(include/autoconf.h)
8 8
9AM_MAINTAINER_MODE 9AM_MAINTAINER_MODE
10 10
116 AC_MSG_RESULT(ok) 116 AC_MSG_RESULT(ok)
117else 117else
118 AC_MSG_ERROR(no) 118 AC_MSG_ERROR(no)
119fi 119fi
120 120
121AC_SUBST(x_includes)
122AC_SUBST(x_libraries)
123AC_SUBST(no_x)
124AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x")
125AC_SUBST(X11LIBS)
126
127AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 121AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
128AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 122AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
129 123
130AC_OUTPUT([Makefile 124AC_OUTPUT([Makefile
131 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 125 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines