diff options
author | Bruno Haible <bruno@clisp.org> | 2006-11-13 12:43:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:22 +0200 |
commit | 7156387ca661fa6ff420812f2d81540b873b292e (patch) | |
tree | ab105e2860de7b49063ee6bceb4efe57082bfcbe | |
parent | 95766c2c5aa9b90b6c1f853ff29f2adacefc062c (diff) | |
download | external_gettext-7156387ca661fa6ff420812f2d81540b873b292e.zip external_gettext-7156387ca661fa6ff420812f2d81540b873b292e.tar.gz external_gettext-7156387ca661fa6ff420812f2d81540b873b292e.tar.bz2 |
Make LIBTERMCAP, LTLIBTERMCAP available to the Makefile.
-rw-r--r-- | gnulib-local/m4/termcap.m4 | 3 | ||||
-rw-r--r-- | gnulib-local/modules/termcap | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gnulib-local/m4/termcap.m4 b/gnulib-local/m4/termcap.m4 index 1338478..c25a8d8 100644 --- a/gnulib-local/m4/termcap.m4 +++ b/gnulib-local/m4/termcap.m4 @@ -78,4 +78,7 @@ AC_DEFUN([gl_TERMCAP_BODY], libtermcap) ;; esac + AC_SUBST([LIBTERMCAP]) + AC_SUBST([LTLIBTERMCAP]) + AC_SUBST([INCTERMCAP]) ]) diff --git a/gnulib-local/modules/termcap b/gnulib-local/modules/termcap index 94216da..d119775 100644 --- a/gnulib-local/modules/termcap +++ b/gnulib-local/modules/termcap @@ -11,6 +11,9 @@ configure.ac: gl_TERMCAP Makefile.am: +if GL_COND_LIBTOOL +lib_LDFLAGS += $(LTLIBTERMCAP) +endif Include: |