diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-09 18:43:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-09 18:43:42 +0100 |
commit | d6fa02add60c1d9ef6c7c576de3beb0a5debfade (patch) | |
tree | 4d33ad9fa6f8013b274ecb0dfe36cab7b15b47eb /acinclude.m4 | |
parent | removed aclocal (diff) | |
download | gnupg2-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.tar.xz gnupg2-d6fa02add60c1d9ef6c7c576de3beb0a5debfade.zip |
release 0.2.3
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5b9d35518..9c1486c71 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -61,7 +61,7 @@ AC_DEFUN(ud_WITH_NLS, CATOBJEXT=NONE dnl Debian 1.3.1 does not have libintl.h but libintl.a - AC_CHECK_HEADERS(libintl.h) + AC_CHECK_HEADER(libintl.h, [ AC_DEFINE(HAVE_LIBINTL_H) ]) if test "$ac_cv_lib_intl_main" = yes \ && test "$ac_cv_header_libintl_h" != "yes" ; then nls_cv_use_gnu_gettext=yes @@ -98,7 +98,7 @@ AC_DEFUN(ud_WITH_NLS, INTLDEPS="\${top_srcdir}/intl/libintl.a" INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h + nls_cv_header_intl=libintl.h nls_cv_header_libgt=intl/libgettext.h fi]) fi @@ -124,7 +124,7 @@ AC_DEFUN(ud_WITH_NLS, INTLDEPS="\${top_srcdir}/intl/libintl.a" INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h + nls_cv_header_intl=libintl.h nls_cv_header_libgt=intl/libgettext.h fi @@ -133,7 +133,7 @@ AC_DEFUN(ud_WITH_NLS, POSUB=po else DATADIRNAME=share - nls_cv_header_intl=intl/libintl.h + nls_cv_header_intl=libintl.h nls_cv_header_libgt=intl/libgettext.h fi @@ -271,8 +271,8 @@ AC_DEFUN(WK_CHECK_TYPEDEF, dnl WK_LINK_FILES( SRC, DEST ) -dnl same as AC_LINK_FILES, but collet the files to link in -dnl some special variables and do the link macro +dnl same as AC_LINK_FILES, but collect the files to link in +dnl some special variables and do the link dnl when WK_DO_LINK_FILES is called dnl This is a workaround for AC_LINK_FILES, because it does not work dnl correct when using a caching scheme |