summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2011-04-14 12:40:49 +0000
committerdevzero2000 <devzero2000>2011-04-14 12:40:49 +0000
commitec66844aad93ab37beb5b651b63f8c812dfa3adb (patch)
tree740ff52d7d850b10052617ac7a7a873fd53a3632 /configure.ac
parent1ea75a70f80b7dbf76411743b25ddd18833a4617 (diff)
downloadlibpopt-ec66844aad93ab37beb5b651b63f8c812dfa3adb.tar.gz
Rewrite the logic in poptReadDefaultConfig for
finding the popt alias file Introduce in Makefile.am an automatically generated configmake.h for setting the gnu standard directory and include it in system.h. So it is possible to semplify poptReadDefaultConfig a bit.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7037739..c9e3ad6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -191,10 +191,6 @@ AC_ARG_ENABLE(doxygen,
[DOXYGEN_ENABLE=yes])
AM_CONDITIONAL([DOXYGEN_ENABLE], [test x$DOXYGEN != xNO_DOXYGEN])
-# Define for popt_sysconfig
-popt_sysconfdir="${sysconfdir}"
-eval "popt_sysconfdir=\"${popt_sysconfdir}\"" # expand contained ${prefix}
-AC_DEFINE_UNQUOTED([POPT_SYSCONFDIR], ["$popt_sysconfdir"], [Full path to default POPT configuration directory])
# Check for gcov support.
# Check for lcov Makefile conditional