aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-03-25 23:35:30 +0000
committerGuy Harris <guy@alum.mit.edu>2003-03-25 23:35:30 +0000
commit170b802890acaa491386aff046d7cc0df3450cc1 (patch)
tree8689e41e387efc2eafccbc55327d9e624897f2bb /configure.in
parenta0753c2fd73a239541326215ca97842a1a1e4ee9 (diff)
DATAFILE_DIR in the top-level config.h isn't used; don't bother defining
it. (Nothing other than "get_datafile_dir()" should use it - anything that needs to know whether the configuration files are located should use "get_datafile_dir()".) svn path=/trunk/; revision=7367
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 7f013bb3e4..d04baf90cb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.202 2003/03/11 00:12:36 gerald Exp $
+# $Id: configure.in,v 1.203 2003/03/25 23:35:30 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -166,15 +166,6 @@ else
AC_MSG_RESULT(no)
fi
-# Create DATAFILE_DIR #define for config.h
-datafiledir=$sysconfdir
-datafiledir=`(
- test "x$prefix" = xNONE && prefix=$ac_default_prefix
- test "x$exec_prefix" = xNONE && exec_prefix=${prefix}
- eval echo "$datafiledir"
-)`
-AC_DEFINE_UNQUOTED(DATAFILE_DIR, "$datafiledir", [Directory for data])
-
#
# If we're running Solaris, and LD_LIBRARY_PATH is defined, add it as a
# link directory.