mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
tests: DRYing out `tests/sh.test'.
* Makefile.am (libtool_m4): Canonical location of libtool.m4 file. (lt_aclocal_m4_deps): Use it.
This commit is contained in:
parent
f14182f6e7
commit
25b333e759
@ -1,3 +1,9 @@
|
||||
2010-09-26 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
tests: DRYing out `tests/sh.test'.
|
||||
* Makefile.am (libtool_m4): Canonical location of libtool.m4 file.
|
||||
(lt_aclocal_m4_deps): Use it.
|
||||
|
||||
2010-09-23 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
maint: pass directory declarations in configure.ac into Makefile.
|
||||
|
@ -90,6 +90,7 @@ configure_ac = $(srcdir)/configure.ac
|
||||
config_status = $(top_builddir)/config.status
|
||||
libtoolize_in = $(srcdir)/libtoolize.in
|
||||
ltmain_sh = $(aux_dir)/ltmain.sh
|
||||
libtool_m4 = $(macro_dir)/libtool.m4
|
||||
ltversion_in = $(macro_dir)/ltversion.in
|
||||
ltversion_m4 = $(macro_dir)/ltversion.m4
|
||||
|
||||
@ -338,7 +339,7 @@ $(stamp_mk): $(lt_Makefile_in)
|
||||
lt_aclocal_m4_deps = \
|
||||
$(lt_obsolete_m4) \
|
||||
$(ltversion_m4) \
|
||||
$(macro_dir)/libtool.m4 \
|
||||
$(libtool_m4) \
|
||||
$(macro_dir)/ltoptions.m4 \
|
||||
$(macro_dir)/ltdl.m4 \
|
||||
$(macro_dir)/ltsugar.m4 \
|
||||
|
@ -125,7 +125,7 @@ for s in "$macro_dir/libtool.m4"
|
||||
do
|
||||
if $SED -n '/case \$cc_basename in/,/esac/ {
|
||||
/^[ ]*[a-zA-Z][a-zA-Z0-9+]*[^*][ ]*)/p
|
||||
}' $s 2>&1 | $EGREP .; then
|
||||
}' $s 2>&1 | $EGREP .; then
|
||||
echo "\$cc_basename matches should include a trailing \`*' in $s."
|
||||
status=$EXIT_FAILURE
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user