blob: fc379231f9a9d79644fce6dbe31da74ab06f5093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# exported.m4 serial 1 (gettext-0.18)
dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl Prerequisites of the exported.sh script:
dnl Check for nm output filter that yields the exported symbols.
AC_DEFUN([gt_GLOBAL_SYMBOL_PIPE], [
AC_REQUIRE([AC_PROG_NM]) dnl provided by libtool.m4
AC_SUBST([NM])
AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) dnl provided by libtool.m4
GLOBAL_SYMBOL_PIPE=$lt_cv_sys_global_symbol_pipe
AC_SUBST([GLOBAL_SYMBOL_PIPE])
if test -n "$GLOBAL_SYMBOL_PIPE"; then
HAVE_GLOBAL_SYMBOL_PIPE=1
else
HAVE_GLOBAL_SYMBOL_PIPE=
fi
AC_SUBST([HAVE_GLOBAL_SYMBOL_PIPE])
])
|