mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
Do not optimize the first _AS_PATH_WALK.
This commit is contained in:
parent
2a7aa88566
commit
c8514d3a3a
@ -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 <kasal@ucw.cz>
|
||||
|
||||
* lib/autotest/general.m4 (AT_INIT): Don't optimize the first PATH walk.
|
||||
|
||||
2006-04-01 Eric Blake <ebb9@byu.net>
|
||||
|
||||
* lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user