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.49 by root, Mon Mar 5 01:56:48 2007 UTC vs.
Revision 1.53 by pippijn, Mon Mar 5 19:54:10 2007 UTC

12 12
13dnl Checks for programs. 13dnl Checks for programs.
14AC_LANG(C++) 14AC_LANG(C++)
15AC_PROG_CXX 15AC_PROG_CXX
16AC_PROG_LIBTOOL 16AC_PROG_LIBTOOL
17
18case "$target" in
19 alpha-dec-osf*)
20 # If we are not using gcc, we want the ansi version of cc.
21 if test -z "$GCC"; then
22# CFLAGS="$CFLAGS -std1 -warnprotos" # Not yet ready for warnprotos...
23 CFLAGS="$CFLAGS -std1"
24 fi
25 ;;
26 *)
27 ;;
28esac
29 17
30AC_PROG_CPP 18AC_PROG_CPP
31 19
32AC_PATH_PROG(PERL, perl5.8) 20AC_PATH_PROG(PERL, perl5.8)
33AC_PATH_PROG(PERL, perl5) 21AC_PATH_PROG(PERL, perl5)
128 AC_MSG_RESULT(ok) 116 AC_MSG_RESULT(ok)
129else 117else
130 AC_MSG_ERROR(no) 118 AC_MSG_ERROR(no)
131fi 119fi
132 120
133AC_SUBST(x_includes)
134AC_SUBST(x_libraries)
135AC_SUBST(no_x)
136AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x")
137AC_SUBST(X11LIBS)
138
139AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) 121AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE)
140AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) 122AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE)
141 123
142AC_OUTPUT([Makefile 124AC_OUTPUT([Makefile
143 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile 125 include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile
144 server/Makefile src/Makefile utils/Makefile ext/Makefile 126 server/Makefile utils/Makefile ext/Makefile doc/Makefile
145 lib/checkarch.pl lib/collect.pl utils/add_throw.perl 127 lib/checkarch.pl lib/collect.pl common/Makefile
146 utils/crossloop.tmpl utils/crossloop.pl.tmpl utils/metaserver.pl
147 utils/crossloop.web utils/scores.pl utils/player_dl.pl common/Makefile
148]) 128])
149 129

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines