From: Stepan Kasal Date: Sat, 1 Apr 2006 22:53:04 +0000 (+0000) Subject: Do not optimize the first _AS_PATH_WALK. X-Git-Tag: AUTOCONF-2.59c~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8514d3a3ad946f28cbf34cfdeaff2ba7e45fe69;p=thirdparty%2Fautoconf.git Do not optimize the first _AS_PATH_WALK. --- diff --git a/ChangeLog b/ChangeLog index 622863f9e..58fd718fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,9 +26,14 @@ * lib/m4sugar/m4sh.m4 (_AS_DIRNAME_PREPARE): New macro. (AS_DIRNAME): Use it. + (_AS_PREPARE): Add _AS_DIRNAME_PREPARE. * tests/*.at: Remove the generated ones. +2006-04-01 Stepan Kasal + + * lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk. + 2006-04-01 Eric Blake * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index e8a43ae92..d1293dbd3 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -556,7 +556,7 @@ case $as_dir in at_path=$at_path$at_top_srcdir/$as_dir fi ;; -esac]) +esac], [:]) # Now build and simplify PATH. #