From 1b4a2dbd2f51a6f8eb290a9a5928a55ece25f89b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 12 Feb 1997 23:11:55 +0000 Subject: [PATCH] * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longer needed in autoconf 2.12. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9857 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ src/aclocal.m4 | 16 ---------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index b50b65e09..9bfd98d76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 12 16:17:44 1997 Tom Yu + + * 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 * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platforms diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 71caa7b7f..ffd8247a4 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -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 -- 2.26.2