aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-01-15 16:18:12 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-01-15 23:50:42 +0800
commitbd313b0b3d6ea2eb3af532eace358d06d8f44f0d (patch)
treedfedff9327c78999d1b82480298a5ebff8372838 /configure.ac
parent568de7e8189fbf5c97987bfce9594fe404298ed1 (diff)
configure/Makefile: remove unused variables and unneeded declarations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac38
1 files changed, 0 insertions, 38 deletions
diff --git a/configure.ac b/configure.ac
index 5cc31af6..9eda25a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,6 @@ conf_arg=$@
# List of output variables produced by this configure script
#
-AC_SUBST(docdir)
AC_SUBST(HAVE_GETTEXT)
AC_SUBST(HAVE_DOXYGEN)
AC_SUBST(LDFLAGS_FISH)
@@ -30,9 +29,6 @@ AC_SUBST(LIBS_FISH_INDENT)
AC_SUBST(LIBS_FISH_PAGER)
AC_SUBST(LIBS_FISHD)
AC_SUBST(LIBS_MIMEDB)
-AC_SUBST(localedir)
-AC_SUBST(optbindirs)
-AC_SUBST(prefix)
#
@@ -382,40 +378,6 @@ esac
#
-# Set up PREFIX and related preprocessor symbols. Fish needs to know
-# where it will be installed. One of the reasons for this is so that
-# it can make sure the fish installation directory is in the path
-# during startup.
-#
-
-if [[ "$prefix" = NONE ]]; then
- prefix=/usr/local
-fi
-
-
-#
-# Set up the directory where the documentation files should be
-# installed
-#
-
-AC_ARG_VAR( [docdir], [Documentation directory] )
-
-if test -z $docdir; then
- docdir=$datadir/doc/fish
-else
- docdir=$docdir
-fi
-
-
-#
-# Set up locale directory. This is where the .po files will be
-# installed.
-#
-
-localedir=$datadir/locale
-
-
-#
# See if Linux procfs is present. This is used to get extra
# information about running processes.
#