~ubuntu-branches/ubuntu/trusty/hello/trusty

« back to all changes in this revision

Viewing changes to gnulib/m4/gnulib-comp.m4

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2006-12-09 17:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209170014-514r5ix8d2stnox3
Tags: 2.2-1
* New upstream release.
* Repackaged source without GFDL manual.
* Option -m does no longer exist (Closes: #109895).
* Removed prerm and postinst, as info files are missing now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DO NOT EDIT! GENERATED AUTOMATICALLY!
 
2
# Copyright (C) 2004-2006 Free Software Foundation, Inc.
 
3
#
 
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.
 
9
#
 
10
# Generated by gnulib-tool.
 
11
#
 
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.
 
16
 
 
17
 
 
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],
 
22
[
 
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])
 
28
  AC_REQUIRE([AC_GNU_SOURCE])
 
29
  AC_REQUIRE([gl_LOCK_EARLY])
 
30
])
 
31
 
 
32
# This macro should be invoked from ./configure.ac, in the section
 
33
# "Check for header files, types and library functions".
 
34
AC_DEFUN([gl_INIT],
 
35
[
 
36
  m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ]))
 
37
  m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS]))
 
38
  m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES]))
 
39
  AM_CONDITIONAL([GL_COND_LIBTOOL], [false])
 
40
  gl_cond_libtool=false
 
41
  gl_libdeps=
 
42
  gl_ltlibdeps=
 
43
  gl_source_base='gnulib/lib'
 
44
  gl_CLOSE_STREAM
 
45
  gl_CLOSEOUT
 
46
  gl_ERROR
 
47
  gl_EXITFAIL
 
48
  gl_FUNC_FPENDING
 
49
  gl_GETOPT
 
50
  dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac.
 
51
  AM_GNU_GETTEXT_VERSION([0.15])
 
52
  gl_INLINE
 
53
  gl_QUOTEARG
 
54
  AM_STDBOOL_H
 
55
  gl_HEADER_UNISTD
 
56
  gl_XALLOC
 
57
  LIBGNU_LIBDEPS="$gl_libdeps"
 
58
  AC_SUBST([LIBGNU_LIBDEPS])
 
59
  LIBGNU_LTLIBDEPS="$gl_ltlibdeps"
 
60
  AC_SUBST([LIBGNU_LTLIBDEPS])
 
61
  m4_popdef([AC_LIBSOURCES])
 
62
  m4_popdef([AC_REPLACE_FUNCS])
 
63
  m4_popdef([AC_LIBOBJ])
 
64
  AC_CONFIG_COMMANDS_PRE([
 
65
    gl_libobjs=
 
66
    gl_ltlibobjs=
 
67
    if test -n "$gl_LIBOBJS"; then
 
68
      # Remove the extension.
 
69
      sed_drop_objext='s/\.o$//;s/\.obj$//'
 
70
      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
 
71
        gl_libobjs="$gl_libobjs $i.$ac_objext"
 
72
        gl_ltlibobjs="$gl_ltlibobjs $i.lo"
 
73
      done
 
74
    fi
 
75
    AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
 
76
    AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
 
77
  ])
 
78
])
 
79
 
 
80
# Like AC_LIBOBJ, except that the module name goes
 
81
# into gl_LIBOBJS instead of into LIBOBJS.
 
82
AC_DEFUN([gl_LIBOBJ],
 
83
  [gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext"])
 
84
 
 
85
# Like AC_REPLACE_FUNCS, except that the module name goes
 
86
# into gl_LIBOBJS instead of into LIBOBJS.
 
87
AC_DEFUN([gl_REPLACE_FUNCS],
 
88
  [AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)])])
 
89
 
 
90
# Like AC_LIBSOURCES, except that it does nothing.
 
91
# We rely on EXTRA_lib..._SOURCES instead.
 
92
AC_DEFUN([gl_LIBSOURCES],
 
93
  [])
 
94
 
 
95
# This macro records the list of files which have been installed by
 
96
# gnulib-tool and may be removed by future gnulib-tool invocations.
 
97
AC_DEFUN([gl_FILE_LIST], [
 
98
  build-aux/config.rpath
 
99
  lib/__fpending.c
 
100
  lib/__fpending.h
 
101
  lib/close-stream.c
 
102
  lib/close-stream.h
 
103
  lib/closeout.c
 
104
  lib/closeout.h
 
105
  lib/error.c
 
106
  lib/error.h
 
107
  lib/exit.h
 
108
  lib/exitfail.c
 
109
  lib/exitfail.h
 
110
  lib/getopt.c
 
111
  lib/getopt1.c
 
112
  lib/getopt_.h
 
113
  lib/getopt_int.h
 
114
  lib/gettext.h
 
115
  lib/quotearg.c
 
116
  lib/quotearg.h
 
117
  lib/stdbool_.h
 
118
  lib/xalloc-die.c
 
119
  lib/xalloc.h
 
120
  lib/xmalloc.c
 
121
  m4/close-stream.m4
 
122
  m4/closeout.m4
 
123
  m4/codeset.m4
 
124
  m4/error.m4
 
125
  m4/exitfail.m4
 
126
  m4/fpending.m4
 
127
  m4/getopt.m4
 
128
  m4/gettext.m4
 
129
  m4/glibc2.m4
 
130
  m4/glibc21.m4
 
131
  m4/iconv.m4
 
132
  m4/inline.m4
 
133
  m4/intdiv0.m4
 
134
  m4/intl.m4
 
135
  m4/intldir.m4
 
136
  m4/intmax.m4
 
137
  m4/inttypes-pri.m4
 
138
  m4/inttypes_h.m4
 
139
  m4/lcmessage.m4
 
140
  m4/lib-ld.m4
 
141
  m4/lib-link.m4
 
142
  m4/lib-prefix.m4
 
143
  m4/lock.m4
 
144
  m4/longdouble.m4
 
145
  m4/longlong.m4
 
146
  m4/mbrtowc.m4
 
147
  m4/mbstate_t.m4
 
148
  m4/nls.m4
 
149
  m4/po.m4
 
150
  m4/printf-posix.m4
 
151
  m4/progtest.m4
 
152
  m4/quotearg.m4
 
153
  m4/size_max.m4
 
154
  m4/stdbool.m4
 
155
  m4/stdint_h.m4
 
156
  m4/uintmax_t.m4
 
157
  m4/ulonglong.m4
 
158
  m4/unistd_h.m4
 
159
  m4/visibility.m4
 
160
  m4/wchar_t.m4
 
161
  m4/wint_t.m4
 
162
  m4/xalloc.m4
 
163
  m4/xsize.m4
 
164
])