--- deliantra/server/configure.ac 2007/03/05 19:11:12 1.51 +++ deliantra/server/configure.ac 2007/03/05 19:54:10 1.53 @@ -15,18 +15,6 @@ AC_PROG_CXX AC_PROG_LIBTOOL -case "$target" in - alpha-dec-osf*) - # If we are not using gcc, we want the ansi version of cc. - if test -z "$GCC"; then -# CFLAGS="$CFLAGS -std1 -warnprotos" # Not yet ready for warnprotos... - CFLAGS="$CFLAGS -std1" - fi - ;; - *) - ;; -esac - AC_PROG_CPP AC_PATH_PROG(PERL, perl5.8) @@ -130,18 +118,12 @@ AC_MSG_ERROR(no) fi -AC_SUBST(x_includes) -AC_SUBST(x_libraries) -AC_SUBST(no_x) -AM_CONDITIONAL(HAVE_X,test "x$no_x" = "x") -AC_SUBST(X11LIBS) - AC_SUBST(pkgstatedir,$localstatedir/$PACKAGE) AC_SUBST(pkgconfdir,$sysconfdir/$PACKAGE) AC_OUTPUT([Makefile include/Makefile lib/Makefile pod/Makefile random_maps/Makefile socket/Makefile - server/Makefile utils/Makefile ext/Makefile + server/Makefile utils/Makefile ext/Makefile doc/Makefile lib/checkarch.pl lib/collect.pl common/Makefile ])