1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Use LDFLAGS, OBJEXT, EXEEXT.

This commit is contained in:
Bruno Haible
2009-02-01 19:25:51 +00:00
parent 306d4c3c10
commit 67ec8b01f2
2 changed files with 21 additions and 11 deletions

View File

@@ -10,6 +10,12 @@
2009-02-01 Bruno Haible <bruno@clisp.org>
* tests/Makefile.in (LDFLAGS, OBJEXT, EXEEXT): New variables.
(check-link-c, check-ada, check-modula3, check-pascal, check-lang-utf8,
check-lang-ucs2): Use OBJEXT and LDFLAGS.
(check-smtp): Use LDFLAGS.
(clean): Use EXEEXT as suffix of programs to be removed.
* aclocal.m4 (CL_PROG_INSTALL): Fix detection of broken AIX installbsd
program.