Generated.
[libidn.git] / gl / m4 / gnulib-comp.m4
blob462ae786516647ea5315903cf44030259d2adc4f
1 # DO NOT EDIT! GENERATED AUTOMATICALLY!
2 # Copyright (C) 2004-2007 Free Software Foundation, Inc.
4 # This file is free software, distributed under the terms of the GNU
5 # General Public License.  As a special exception to the GNU General
6 # Public License, this file may be distributed as part of a program
7 # that contains a configuration script generated by Autoconf, under
8 # the same distribution terms as the rest of that program.
10 # Generated by gnulib-tool.
12 # This file represents the compiled summary of the specification in
13 # gnulib-cache.m4. It lists the computed macro invocations that need
14 # to be invoked from configure.ac.
15 # In projects using CVS, this file can be treated like other built files.
18 # This macro should be invoked from ./configure.ac, in the section
19 # "Checks for programs", right after AC_PROG_CC, and certainly before
20 # any checks for libraries, header files, types and library functions.
21 AC_DEFUN([gl_EARLY],
23   m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace
24   m4_pattern_allow([^gl_ES$])dnl a valid locale name
25   m4_pattern_allow([^gl_LIBOBJS$])dnl a variable
26   m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable
27   AC_REQUIRE([AC_PROG_RANLIB])
30 # This macro should be invoked from ./configure.ac, in the section
31 # "Check for header files, types and library functions".
32 AC_DEFUN([gl_INIT],
34   m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
35   m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
36   m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
37   AM_CONDITIONAL([GL_COND_LIBTOOL], [true])
38   gl_cond_libtool=true
39   gl_source_base='gl'
40   AC_REQUIRE([gt_CSHARPCOMP])
41   AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
42   gl_ERROR
43   gl_GETOPT
44   AC_SUBST([LIBINTL])
45   AC_SUBST([LTLIBINTL])
46   gl_UNISTD_H
47   m4_popdef([AC_LIBSOURCES])
48   m4_popdef([AC_REPLACE_FUNCS])
49   m4_popdef([AC_LIBOBJ])
50   AC_CONFIG_COMMANDS_PRE([
51     gl_libobjs=
52     gl_ltlibobjs=
53     if test -n "$gl_LIBOBJS"; then
54       # Remove the extension.
55       sed_drop_objext='s/\.o$//;s/\.obj$//'
56       for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
57         gl_libobjs="$gl_libobjs $i.$ac_objext"
58         gl_ltlibobjs="$gl_ltlibobjs $i.lo"
59       done
60     fi
61     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
62     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
63   ])
66 # Like AC_LIBOBJ, except that the module name goes
67 # into gl_LIBOBJS instead of into LIBOBJS.
68 AC_DEFUN([gl_LIBOBJ],
69   [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
71 # Like AC_REPLACE_FUNCS, except that the module name goes
72 # into gl_LIBOBJS instead of into LIBOBJS.
73 AC_DEFUN([gl_REPLACE_FUNCS],
74   [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
76 # Like AC_LIBSOURCES, except that it does nothing.
77 # We rely on EXTRA_lib..._SOURCES instead.
78 AC_DEFUN([gl_LIBSOURCES],
79   [])
81 # This macro records the list of files which have been installed by
82 # gnulib-tool and may be removed by future gnulib-tool invocations.
83 AC_DEFUN([gl_FILE_LIST], [
84   build-aux/GNUmakefile
85   build-aux/announce-gen
86   build-aux/csharpcomp.sh.in
87   build-aux/gendocs.sh
88   build-aux/gnupload
89   build-aux/link-warning.h
90   build-aux/maint.mk
91   doc/fdl.texi
92   doc/gendocs_template
93   doc/gpl-3.0.texi
94   doc/lgpl-2.1.texi
95   lib/dummy.c
96   lib/error.c
97   lib/error.h
98   lib/getopt.c
99   lib/getopt1.c
100   lib/getopt_.h
101   lib/getopt_int.h
102   lib/gettext.h
103   lib/unistd_.h
104   m4/csharp.m4
105   m4/csharpcomp.m4
106   m4/error.m4
107   m4/getopt.m4
108   m4/gnulib-common.m4
109   m4/include_next.m4
110   m4/unistd_h.m4