* aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longer
authorTom Yu <tlyu@mit.edu>
Wed, 12 Feb 1997 23:11:55 +0000 (23:11 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 12 Feb 1997 23:11:55 +0000 (23:11 +0000)
needed in autoconf 2.12.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9857 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index b50b65e09b2653505327fdec47c468c38f1e8fc2..9bfd98d76a96f6d9cff59a55c2837d41d6574f8e 100644 (file)
@@ -1,3 +1,8 @@
+Wed Feb 12 16:17:44 1997  Tom Yu  <tlyu@mit.edu>
+
+       * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longer
+       needed in autoconf 2.12.
+
 Mon Feb 10 11:30:56 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platforms
index 71caa7b7fd4388be64041bdfdf6cb56fcdce7af4..ffd8247a4b5ef51c5f38a787208706de1bf6e688 100644 (file)
@@ -45,21 +45,6 @@ cat>>append.out<<\PUSHEOF
 define(AC_POP_MAKEFILE,[dnl
 PUSHEOF
 ])dnl
-dnl
-dnl Work around bug in autoconf which causes a relative path for 
-dnl AC_PROG_INSTALL to be cached.
-dnl
-define(INSTALL_VARIABLE_HACK,[dnl
-#
-# Work around a bug in autoconf; unset the cache variable for the install 
-# program if it is a relative path.
-#
-case "$ac_cv_path_install" in
-../*|./*|[[a-zA-Z]]*)
-       unset ac_cv_path_install
-       ;;
-esac
-])dnl
 
 dnl
 dnl DO_SUBDIRS
@@ -74,7 +59,6 @@ dnl drop in standard rules for all configure files -- CONFIG_RULES
 dnl
 define(CONFIG_RULES,[dnl
 V5_SET_TOPDIR dnl
-INSTALL_VARIABLE_HACK dnl
 WITH_CC dnl
 WITH_CCOPTS dnl
 WITH_LINKER dnl