From: Tom Yu Date: Wed, 12 Feb 1997 23:11:55 +0000 (+0000) Subject: * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longer X-Git-Tag: krb5-1.1-beta1~1334 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b4a2dbd2f51a6f8eb290a9a5928a55ece25f89b;p=krb5.git * 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 --- 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