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 /gnulib-local/m4/termcap.m4 | |
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.
Diffstat (limited to 'gnulib-local/m4/termcap.m4')
-rw-r--r-- | gnulib-local/m4/termcap.m4 | 3 |
1 files changed, 3 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]) ]) |