version 1.10 | | version 1.11 |
---|
| | |
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.in,v 1.10 2000/12/05 04:56:36 cvs Exp $) | | AC_REVISION($Id: configure.in,v 1.11 2001/02/15 09:07:03 tanner Exp $) |
| | |
AC_INIT(CREDITS) | | AC_INIT(CREDITS) |
| | |
| | |
| | |
nprefix=`eval echo ${prefix}` | | nprefix=`eval echo ${prefix}` |
| | |
| | dnl I am not sure why the eval screws up the localstatdir, but see my posting |
| | dnl on the mailing list for more info. |
| | |
if eval "test x$old_layout = xyes"; then | | if eval "test x$old_layout = xyes"; then |
ndatadir=`eval echo ${datadir}` | | ndatadir=`eval echo ${datadir}` |
nlocaldir=`eval echo ${localstatedir}` | | nlocaldir=`echo ${localstatedir}` |
else | | else |
echo "" | | echo "" |
echo "If you are upgrading an 0.95.3 or earlier release, you may want to use" | | echo "If you are upgrading an 0.95.3 or earlier release, you may want to use" |
| | |
doc/spoiler/Makefile doc/spoiler-html/Makefile | | doc/spoiler/Makefile doc/spoiler-html/Makefile |
doc/playbook/Makefile doc/playbook-html/Makefile | | doc/playbook/Makefile doc/playbook-html/Makefile |
lib/Makefile random_maps/Makefile socket/Makefile server/Makefile | | lib/Makefile random_maps/Makefile socket/Makefile server/Makefile |
include/Makefile utils/Makefile | | include/Makefile utils/Makefile lib/xpmtopix.pl lib/checkarch.pl |
| | lib/collect.pl utils/add_throw.perl utils/crossloop utils/crossloop.pl |
| | utils/metaserver.pl |
common/Makefile | | common/Makefile |
) | | ) |