summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2011-08-23 14:48:21 +0200
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-08-23 14:50:49 +0200
commitbf0ea5c4eefa122febaaa5e6da8ecf4b1869f991 (patch)
treef29082459d097209ee9fbf319e36ebc9c8b7167c /configure.in
parent4e0691b9b36703ab4bf6497c403e0ceacd0b8477 (diff)
Remove once again the INSTALLDIR feature
It was reintroduced with a merge from the 3.4 branch
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 6a299e357b9b..7673bcdc9721 100755
--- a/configure.in
+++ b/configure.in
@@ -8937,14 +8937,6 @@ PRODUCTNAME=AC_PACKAGE_NAME
AC_MSG_RESULT([$PRODUCTNAME])
AC_SUBST(PRODUCTNAME)
-INSTALLDIRNAME=`echo AC_PACKAGE_NAME | tr [[:upper:]] [[:lower:]]`
-AC_MSG_CHECKING([for install dirname])
-if test -n "$with_install_dirname" -a "$with_install_dirname" != "no" -a "$with_install_dirname" != "yes" ; then
- INSTALLDIRNAME="$with_install_dirname"
-fi
-AC_MSG_RESULT([$INSTALLDIRNAME])
-AC_SUBST(INSTALLDIRNAME)
-
AC_MSG_CHECKING([for prefix])
PREFIXDIR="$prefix"
AC_MSG_RESULT([$PREFIXDIR])
@@ -8970,11 +8962,6 @@ DOCDIR=[$(eval echo $(eval echo $docdir))]
AC_MSG_RESULT([$DOCDIR])
AC_SUBST(DOCDIR)
-AC_MSG_CHECKING([for install dir])
-INSTALLDIR="$LIBDIR/$INSTALLDIRNAME"
-AC_MSG_RESULT([$INSTALLDIR])
-AC_SUBST(INSTALLDIR)
-
AC_MSG_CHECKING([whether to statically link to Gtk])
if test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then
ENABLE_STATIC_GTK="TRUE"