diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:51:00 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:51:00 (EST) |
commit | 8e905d16ef042c1dd2e9c5dd7057db544e5cdc97 (patch) | |
tree | 77420d5d763167834498ea080e7eeadd31834994 | |
parent | d89299694eb7986a9a356d18fc52de98d64a8e71 (diff) |
configure.ac: Drop pkglocalstatedir
-rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 75d216a..94b9c58 100644 --- a/configure.ac +++ b/configure.ac @@ -27,23 +27,6 @@ AC_CONFIG_SRCDIR([src/main.sh]) AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects]) AM_SILENT_RULES([yes]) -if test "x${localstatedir}" = 'x${prefix}/var'; then - case "${prefix}" in - NONE | */local | */local/*) - pkglocalstatedir='/var/local/prokit' - ;; - /opt | /opt/*) - pkglocalstatedir='/var/opt/prokit' - ;; - *) - pkglocalstatedir='/var/lib/prokit' - ;; - esac -else - pkglocalstatedir='${localstatedir}/lib/prokit' -fi -AC_SUBST([pkglocalstatedir]) - AC_ARG_WITH( [sh], [AS_HELP_STRING([--with-sh], [POSIX-conformant shell with `local'])], |