diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 14:28:52 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 14:28:52 +0200 |
commit | f095d7e3c86a1c94b1e5437d6e9becdf82006f36 (patch) | |
tree | 516bfbde4844157d4f3b471dd41e12f2124df217 /t/lflags.sh | |
parent | fa252add85c72412bb281446a4e3d078f7553966 (diff) | |
parent | c6cc38027572445a25d749db99473f82521cc79e (diff) | |
download | automake-f095d7e3c86a1c94b1e5437d6e9becdf82006f36.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: rework tests on AM_PATH_PYTHON
cosmetics: fix typos and references in comments
typofix: in a test diagnostic
readme: fixlets to HACKING
cleanup: remove unused transform '%HAVE-MANS%'
cleanup: remove stale references to 'lzma' option
Diffstat (limited to 't/lflags.sh')
-rwxr-xr-x | t/lflags.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lflags.sh b/t/lflags.sh index 3bf3ddf7c..655fd138e 100755 --- a/t/lflags.sh +++ b/t/lflags.sh @@ -16,8 +16,8 @@ # Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and # $(foo_LFLAGS). -# Please keep this in sync with the sister tests lflags2.test, yflags.test -# and yflags2.test. +# Please keep this in sync with the sister tests lflags2.sh, yflags.sh +# and yflags2.sh. required=cc . ./defs || exit 1 |