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.185 by root, Wed Nov 16 22:31:34 2016 UTC vs.
Revision 1.186 by root, Thu Nov 17 23:28:04 2016 UTC

2 2
3AC_INIT([deliantra-server], [3.1], [support@deliantra.net]) 3AC_INIT([deliantra-server], [3.1], [support@deliantra.net])
4dnl AC_CONFIG_MACRO_DIR([m4]) 4dnl AC_CONFIG_MACRO_DIR([m4])
5AC_CONFIG_AUX_DIR(utils) 5AC_CONFIG_AUX_DIR(utils)
6AC_CONFIG_SRCDIR([server/cfperl.xs]) 6AC_CONFIG_SRCDIR([server/cfperl.xs])
7AM_INIT_AUTOMAKE 7AM_INIT_AUTOMAKE([silent-rules subdir-objects foreign no-dist-gzip dist-xz])
8AM_CONFIG_HEADER(include/autoconf.h) 8AM_CONFIG_HEADER(include/autoconf.h)
9 9
10AM_MAINTAINER_MODE 10AM_MAINTAINER_MODE
11 11
12AC_PREFIX_DEFAULT(/usr/games/deliantra) 12AC_PREFIX_DEFAULT(/usr/games/deliantra)
220 220
221AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 221AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
222AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 222AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
223 223
224AC_OUTPUT([Makefile 224AC_OUTPUT([Makefile
225 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 225 include/Makefile lib/Makefile pod/Makefile
226 server/Makefile utils/Makefile ext/Makefile doc/Makefile 226 utils/Makefile ext/Makefile doc/Makefile
227 common/Makefile utils/cfutil 227 utils/cfutil
228]) 228])
229 229

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines