~ubuntu-branches/debian/sid/make-doc-non-dfsg/sid

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2009-08-16 20:06:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090816200628-okoa2rb9k439e5jh
Tags: 3.81-5
* Update package to bring into conformance with policy
* [9ab7d59]: [make-doc-non-dfsg]: Info files are now installed using
  triggers Also, updated link to common licenses file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
14
m4_ifndef([AC_AUTOCONF_VERSION],
 
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
 
17
[m4_warning([this file was generated for autoconf 2.64.
 
18
You have another version of autoconf.  It may work, but is not guaranteed to.
 
19
If you have problems, you may need to regenerate the build system entirely.
 
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
21
 
 
22
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
15
23
#
16
24
# This file is free software; the Free Software Foundation
17
25
# gives unlimited permission to copy and/or distribute it,
21
29
# ----------------------------
22
30
# Automake X.Y traces this macro to ensure aclocal.m4 has been
23
31
# generated from the m4 files accompanying Automake X.Y.
24
 
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
32
# (This private macro should not be called outside this file.)
 
33
AC_DEFUN([AM_AUTOMAKE_VERSION],
 
34
[am__api_version='1.10'
 
35
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
36
dnl require some minimum version.  Point them to the right macro.
 
37
m4_if([$1], [1.10.2], [],
 
38
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
39
])
 
40
 
 
41
# _AM_AUTOCONF_VERSION(VERSION)
 
42
# -----------------------------
 
43
# aclocal traces this macro to find the Autoconf version.
 
44
# This is a private macro too.  Using m4_define simplifies
 
45
# the logic in aclocal, which can simply ignore this definition.
 
46
m4_define([_AM_AUTOCONF_VERSION], [])
25
47
 
26
48
# AM_SET_CURRENT_AUTOMAKE_VERSION
27
49
# -------------------------------
28
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
29
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
50
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
51
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
30
52
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
31
 
         [AM_AUTOMAKE_VERSION([1.9.6])])
 
53
[AM_AUTOMAKE_VERSION([1.10.2])dnl
 
54
m4_ifndef([AC_AUTOCONF_VERSION],
 
55
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
56
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
32
57
 
33
58
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
34
59
 
85
110
 
86
111
# AM_CONDITIONAL                                            -*- Autoconf -*-
87
112
 
88
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
113
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
89
114
# Free Software Foundation, Inc.
90
115
#
91
116
# This file is free software; the Free Software Foundation
92
117
# gives unlimited permission to copy and/or distribute it,
93
118
# with or without modifications, as long as this notice is preserved.
94
119
 
95
 
# serial 7
 
120
# serial 8
96
121
 
97
122
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
98
123
# -------------------------------------
101
126
[AC_PREREQ(2.52)dnl
102
127
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
103
128
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
104
 
AC_SUBST([$1_TRUE])
105
 
AC_SUBST([$1_FALSE])
 
129
AC_SUBST([$1_TRUE])dnl
 
130
AC_SUBST([$1_FALSE])dnl
 
131
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
132
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
106
133
if $2; then
107
134
  $1_TRUE=
108
135
  $1_FALSE='#'
116
143
Usually this means the macro was only invoked conditionally.]])
117
144
fi])])
118
145
 
119
 
 
120
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
121
 
# Free Software Foundation, Inc.
122
 
#
123
 
# This file is free software; the Free Software Foundation
124
 
# gives unlimited permission to copy and/or distribute it,
125
 
# with or without modifications, as long as this notice is preserved.
126
 
 
127
 
# serial 8
128
 
 
129
 
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
130
 
# written in clear, in which case automake, when reading aclocal.m4,
131
 
# will think it sees a *use*, and therefore will trigger all it's
132
 
# C support machinery.  Also note that it means that autoscan, seeing
133
 
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
134
 
 
135
 
 
136
 
# _AM_DEPENDENCIES(NAME)
137
 
# ----------------------
138
 
# See how the compiler implements dependency checking.
139
 
# NAME is "CC", "CXX", "GCJ", or "OBJC".
140
 
# We try a few techniques and use that to set a single cache variable.
141
 
#
142
 
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
143
 
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
144
 
# dependency, and given that the user is not expected to run this macro,
145
 
# just rely on AC_PROG_CC.
146
 
AC_DEFUN([_AM_DEPENDENCIES],
147
 
[AC_REQUIRE([AM_SET_DEPDIR])dnl
148
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
149
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
150
 
AC_REQUIRE([AM_DEP_TRACK])dnl
151
 
 
152
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
153
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
154
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
155
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
156
 
                   [depcc="$$1"   am_compiler_list=])
157
 
 
158
 
AC_CACHE_CHECK([dependency style of $depcc],
159
 
               [am_cv_$1_dependencies_compiler_type],
160
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
161
 
  # We make a subdir and do the tests there.  Otherwise we can end up
162
 
  # making bogus files that we don't know about and never remove.  For
163
 
  # instance it was reported that on HP-UX the gcc test will end up
164
 
  # making a dummy file named `D' -- because `-MD' means `put the output
165
 
  # in D'.
166
 
  mkdir conftest.dir
167
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
168
 
  # using a relative directory.
169
 
  cp "$am_depcomp" conftest.dir
170
 
  cd conftest.dir
171
 
  # We will build objects and dependencies in a subdirectory because
172
 
  # it helps to detect inapplicable dependency modes.  For instance
173
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
174
 
  # side effect of compilation, but ICC will put the dependencies in
175
 
  # the current directory while Tru64 will put them in the object
176
 
  # directory.
177
 
  mkdir sub
178
 
 
179
 
  am_cv_$1_dependencies_compiler_type=none
180
 
  if test "$am_compiler_list" = ""; then
181
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
182
 
  fi
183
 
  for depmode in $am_compiler_list; do
184
 
    # Setup a source with many dependencies, because some compilers
185
 
    # like to wrap large dependency lists on column 80 (with \), and
186
 
    # we should not choose a depcomp mode which is confused by this.
187
 
    #
188
 
    # We need to recreate these files for each test, as the compiler may
189
 
    # overwrite some of them when testing with obscure command lines.
190
 
    # This happens at least with the AIX C compiler.
191
 
    : > sub/conftest.c
192
 
    for i in 1 2 3 4 5 6; do
193
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
194
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
195
 
      # Solaris 8's {/usr,}/bin/sh.
196
 
      touch sub/conftst$i.h
197
 
    done
198
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
199
 
 
200
 
    case $depmode in
201
 
    nosideeffect)
202
 
      # after this tag, mechanisms are not by side-effect, so they'll
203
 
      # only be used when explicitly requested
204
 
      if test "x$enable_dependency_tracking" = xyes; then
205
 
        continue
206
 
      else
207
 
        break
208
 
      fi
209
 
      ;;
210
 
    none) break ;;
211
 
    esac
212
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
213
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
214
 
    # handle `-M -o', and we need to detect this.
215
 
    if depmode=$depmode \
216
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
217
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
218
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
219
 
         >/dev/null 2>conftest.err &&
220
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
221
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
222
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
223
 
      # icc doesn't choke on unknown options, it will just issue warnings
224
 
      # or remarks (even with -Werror).  So we grep stderr for any message
225
 
      # that says an option was ignored or not supported.
226
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
227
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
228
 
      # The diagnosis changed in icc 8.0:
229
 
      #   icc: Command line remark: option '-MP' not supported
230
 
      if (grep 'ignoring option' conftest.err ||
231
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
232
 
        am_cv_$1_dependencies_compiler_type=$depmode
233
 
        break
234
 
      fi
235
 
    fi
236
 
  done
237
 
 
238
 
  cd ..
239
 
  rm -rf conftest.dir
240
 
else
241
 
  am_cv_$1_dependencies_compiler_type=none
242
 
fi
243
 
])
244
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
245
 
AM_CONDITIONAL([am__fastdep$1], [
246
 
  test "x$enable_dependency_tracking" != xno \
247
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
248
 
])
249
 
 
250
 
 
251
 
# AM_SET_DEPDIR
252
 
# -------------
253
 
# Choose a directory name for dependency files.
254
 
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
255
 
AC_DEFUN([AM_SET_DEPDIR],
256
 
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
257
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
258
 
])
259
 
 
260
 
 
261
 
# AM_DEP_TRACK
262
 
# ------------
263
 
AC_DEFUN([AM_DEP_TRACK],
264
 
[AC_ARG_ENABLE(dependency-tracking,
265
 
[  --disable-dependency-tracking  speeds up one-time build
266
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
267
 
if test "x$enable_dependency_tracking" != xno; then
268
 
  am_depcomp="$ac_aux_dir/depcomp"
269
 
  AMDEPBACKSLASH='\'
270
 
fi
271
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
272
 
AC_SUBST([AMDEPBACKSLASH])
273
 
])
274
 
 
275
 
# Generate code to set up dependency tracking.              -*- Autoconf -*-
276
 
 
277
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
278
 
# Free Software Foundation, Inc.
279
 
#
280
 
# This file is free software; the Free Software Foundation
281
 
# gives unlimited permission to copy and/or distribute it,
282
 
# with or without modifications, as long as this notice is preserved.
283
 
 
284
 
#serial 3
285
 
 
286
 
# _AM_OUTPUT_DEPENDENCY_COMMANDS
287
 
# ------------------------------
288
 
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
289
 
[for mf in $CONFIG_FILES; do
290
 
  # Strip MF so we end up with the name of the file.
291
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
292
 
  # Check whether this is an Automake generated Makefile or not.
293
 
  # We used to match only the files named `Makefile.in', but
294
 
  # some people rename them; so instead we look at the file content.
295
 
  # Grep'ing the first line is not enough: some people post-process
296
 
  # each Makefile.in and add a new line on top of each file to say so.
297
 
  # So let's grep whole file.
298
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
299
 
    dirpart=`AS_DIRNAME("$mf")`
300
 
  else
301
 
    continue
302
 
  fi
303
 
  # Extract the definition of DEPDIR, am__include, and am__quote
304
 
  # from the Makefile without running `make'.
305
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
306
 
  test -z "$DEPDIR" && continue
307
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
308
 
  test -z "am__include" && continue
309
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
310
 
  # When using ansi2knr, U may be empty or an underscore; expand it
311
 
  U=`sed -n 's/^U = //p' < "$mf"`
312
 
  # Find all dependency output files, they are included files with
313
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
314
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
315
 
  # expansion.
316
 
  for file in `sed -n "
317
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
318
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
319
 
    # Make sure the directory exists.
320
 
    test -f "$dirpart/$file" && continue
321
 
    fdir=`AS_DIRNAME(["$file"])`
322
 
    AS_MKDIR_P([$dirpart/$fdir])
323
 
    # echo "creating $dirpart/$file"
324
 
    echo '# dummy' > "$dirpart/$file"
325
 
  done
326
 
done
327
 
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
328
 
 
329
 
 
330
 
# AM_OUTPUT_DEPENDENCY_COMMANDS
331
 
# -----------------------------
332
 
# This macro should only be invoked once -- use via AC_REQUIRE.
333
 
#
334
 
# This code is only required when automatic dependency tracking
335
 
# is enabled.  FIXME.  This creates each `.P' file that we will
336
 
# need in order to bootstrap the dependency handling code.
337
 
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
338
 
[AC_CONFIG_COMMANDS([depfiles],
339
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
340
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
341
 
])
342
 
 
343
 
 
344
 
# Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005
345
 
# Free Software Foundation, Inc.
346
 
#
347
 
# This file is free software; the Free Software Foundation
348
 
# gives unlimited permission to copy and/or distribute it,
349
 
# with or without modifications, as long as this notice is preserved.
350
 
 
351
 
# serial 3
352
 
 
353
 
AC_DEFUN([AM_WITH_DMALLOC],
354
 
[AC_MSG_CHECKING([if malloc debugging is wanted])
355
 
AC_ARG_WITH(dmalloc,
356
 
[  --with-dmalloc          use dmalloc, as in
357
 
                          http://www.dmalloc.com/dmalloc.tar.gz],
358
 
[if test "$withval" = yes; then
359
 
  AC_MSG_RESULT(yes)
360
 
  AC_DEFINE(WITH_DMALLOC,1,
361
 
            [Define if using the dmalloc debugging malloc package])
362
 
  LIBS="$LIBS -ldmalloc"
363
 
  LDFLAGS="$LDFLAGS -g"
364
 
else
365
 
  AC_MSG_RESULT(no)
366
 
fi], [AC_MSG_RESULT(no)])
367
 
])
368
 
 
369
 
AU_DEFUN([fp_WITH_DMALLOC], [AM_WITH_DMALLOC])
370
 
 
371
146
# Do all the work for Automake.                             -*- Autoconf -*-
372
147
 
373
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
374
 
# Free Software Foundation, Inc.
 
148
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
149
# 2005, 2006, 2008 Free Software Foundation, Inc.
375
150
#
376
151
# This file is free software; the Free Software Foundation
377
152
# gives unlimited permission to copy and/or distribute it,
378
153
# with or without modifications, as long as this notice is preserved.
379
154
 
380
 
# serial 12
 
155
# serial 13
381
156
 
382
157
# This macro actually does too much.  Some checks are only needed if
383
158
# your package does certain things.  But this isn't really a big deal.
394
169
# arguments mandatory, and then we can depend on a new Autoconf
395
170
# release and drop the old call support.
396
171
AC_DEFUN([AM_INIT_AUTOMAKE],
397
 
[AC_PREREQ([2.58])dnl
 
172
[AC_PREREQ([2.60])dnl
398
173
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
399
174
dnl the ones we care about.
400
175
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
401
176
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
402
177
AC_REQUIRE([AC_PROG_INSTALL])dnl
403
 
# test to see if srcdir already configured
404
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
405
 
   test -f $srcdir/config.status; then
406
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
178
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
179
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
180
  # is not polluted with repeated "-I."
 
181
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
182
  # test to see if srcdir already configured
 
183
  if test -f $srcdir/config.status; then
 
184
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
185
  fi
407
186
fi
408
187
 
409
188
# test whether we have cygpath
423
202
 AC_SUBST([PACKAGE], [$1])dnl
424
203
 AC_SUBST([VERSION], [$2])],
425
204
[_AM_SET_OPTIONS([$1])dnl
 
205
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
206
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
207
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
426
208
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
427
209
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
428
210
 
458
240
                  [_AM_DEPENDENCIES(CXX)],
459
241
                  [define([AC_PROG_CXX],
460
242
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
243
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
244
                  [_AM_DEPENDENCIES(OBJC)],
 
245
                  [define([AC_PROG_OBJC],
 
246
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
461
247
])
462
248
])
463
249
 
471
257
# our stamp files there.
472
258
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
473
259
[# Compute $1's index in $config_headers.
 
260
_am_arg=$1
474
261
_am_stamp_count=1
475
262
for _am_header in $config_headers :; do
476
263
  case $_am_header in
477
 
    $1 | $1:* )
 
264
    $_am_arg | $_am_arg:* )
478
265
      break ;;
479
266
    * )
480
267
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
481
268
  esac
482
269
done
483
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
270
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
484
271
 
485
272
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
486
273
#
493
280
# Define $install_sh.
494
281
AC_DEFUN([AM_PROG_INSTALL_SH],
495
282
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
496
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
283
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
497
284
AC_SUBST(install_sh)])
498
285
 
499
286
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
546
333
 
547
334
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
548
335
 
549
 
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
550
 
 
551
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
552
 
#
553
 
# This file is free software; the Free Software Foundation
554
 
# gives unlimited permission to copy and/or distribute it,
555
 
# with or without modifications, as long as this notice is preserved.
556
 
 
557
 
# serial 3
558
 
 
559
 
# AM_MAKE_INCLUDE()
560
 
# -----------------
561
 
# Check to see how make treats includes.
562
 
AC_DEFUN([AM_MAKE_INCLUDE],
563
 
[am_make=${MAKE-make}
564
 
cat > confinc << 'END'
565
 
am__doit:
566
 
        @echo done
567
 
.PHONY: am__doit
568
 
END
569
 
# If we don't find an include directive, just comment out the code.
570
 
AC_MSG_CHECKING([for style of include used by $am_make])
571
 
am__include="#"
572
 
am__quote=
573
 
_am_result=none
574
 
# First try GNU make style include.
575
 
echo "include confinc" > confmf
576
 
# We grep out `Entering directory' and `Leaving directory'
577
 
# messages which can occur if `w' ends up in MAKEFLAGS.
578
 
# In particular we don't look at `^make:' because GNU make might
579
 
# be invoked under some other name (usually "gmake"), in which
580
 
# case it prints its new name instead of `make'.
581
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
582
 
   am__include=include
583
 
   am__quote=
584
 
   _am_result=GNU
585
 
fi
586
 
# Now try BSD make style include.
587
 
if test "$am__include" = "#"; then
588
 
   echo '.include "confinc"' > confmf
589
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
590
 
      am__include=.include
591
 
      am__quote="\""
592
 
      _am_result=BSD
593
 
   fi
594
 
fi
595
 
AC_SUBST([am__include])
596
 
AC_SUBST([am__quote])
597
 
AC_MSG_RESULT([$_am_result])
598
 
rm -f confinc confmf
599
 
])
600
 
 
601
 
# Copyright (C) 1999, 2000, 2001, 2003, 2005  Free Software Foundation, Inc.
602
 
#
603
 
# This file is free software; the Free Software Foundation
604
 
# gives unlimited permission to copy and/or distribute it,
605
 
# with or without modifications, as long as this notice is preserved.
606
 
 
607
 
# serial 3
608
 
 
609
 
# AM_PROG_CC_C_O
610
 
# --------------
611
 
# Like AC_PROG_CC_C_O, but changed for automake.
612
 
AC_DEFUN([AM_PROG_CC_C_O],
613
 
[AC_REQUIRE([AC_PROG_CC_C_O])dnl
614
 
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
615
 
# FIXME: we rely on the cache variable name because
616
 
# there is no other way.
617
 
set dummy $CC
618
 
ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
619
 
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
620
 
   # Losing compiler, so override with the script.
621
 
   # FIXME: It is wrong to rewrite CC.
622
 
   # But if we don't then we get into trouble of one sort or another.
623
 
   # A longer-term fix would be to have automake use am__CC in this case,
624
 
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
625
 
   CC="$am_aux_dir/compile $CC"
626
 
fi
627
 
])
628
 
 
629
336
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
630
337
 
631
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
338
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
632
339
# Free Software Foundation, Inc.
633
340
#
634
341
# This file is free software; the Free Software Foundation
635
342
# gives unlimited permission to copy and/or distribute it,
636
343
# with or without modifications, as long as this notice is preserved.
637
344
 
638
 
# serial 4
 
345
# serial 5
639
346
 
640
347
# AM_MISSING_PROG(NAME, PROGRAM)
641
348
# ------------------------------
651
358
# If it does, set am_missing_run to use it, otherwise, to nothing.
652
359
AC_DEFUN([AM_MISSING_HAS_RUN],
653
360
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
361
AC_REQUIRE_AUX_FILE([missing])dnl
654
362
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
655
363
# Use eval to expand $SHELL
656
364
if eval "$MISSING --run true"; then
661
369
fi
662
370
])
663
371
 
664
 
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
372
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
665
373
#
666
374
# This file is free software; the Free Software Foundation
667
375
# gives unlimited permission to copy and/or distribute it,
669
377
 
670
378
# AM_PROG_MKDIR_P
671
379
# ---------------
672
 
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
673
 
#
674
 
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
675
 
# created by `make install' are always world readable, even if the
676
 
# installer happens to have an overly restrictive umask (e.g. 077).
677
 
# This was a mistake.  There are at least two reasons why we must not
678
 
# use `-m 0755':
679
 
#   - it causes special bits like SGID to be ignored,
680
 
#   - it may be too restrictive (some setups expect 775 directories).
681
 
#
682
 
# Do not use -m 0755 and let people choose whatever they expect by
683
 
# setting umask.
684
 
#
685
 
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
686
 
# Some implementations (such as Solaris 8's) are not thread-safe: if a
687
 
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
688
 
# concurrently, both version can detect that a/ is missing, but only
689
 
# one can create it and the other will error out.  Consequently we
690
 
# restrict ourselves to GNU make (using the --version option ensures
691
 
# this.)
 
380
# Check for `mkdir -p'.
692
381
AC_DEFUN([AM_PROG_MKDIR_P],
693
 
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
694
 
  # We used to keeping the `.' as first argument, in order to
695
 
  # allow $(mkdir_p) to be used without argument.  As in
696
 
  #   $(mkdir_p) $(somedir)
697
 
  # where $(somedir) is conditionally defined.  However this is wrong
698
 
  # for two reasons:
699
 
  #  1. if the package is installed by a user who cannot write `.'
700
 
  #     make install will fail,
701
 
  #  2. the above comment should most certainly read
702
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
703
 
  #     so it does not work when $(somedir) is undefined and
704
 
  #     $(DESTDIR) is not.
705
 
  #  To support the latter case, we have to write
706
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
707
 
  #  so the `.' trick is pointless.
708
 
  mkdir_p='mkdir -p --'
709
 
else
710
 
  # On NextStep and OpenStep, the `mkdir' command does not
711
 
  # recognize any option.  It will interpret all options as
712
 
  # directories to create, and then abort because `.' already
713
 
  # exists.
714
 
  for d in ./-p ./--version;
715
 
  do
716
 
    test -d $d && rmdir $d
717
 
  done
718
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
719
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
720
 
    mkdir_p='$(mkinstalldirs)'
721
 
  else
722
 
    mkdir_p='$(install_sh) -d'
723
 
  fi
724
 
fi
725
 
AC_SUBST([mkdir_p])])
 
382
[AC_PREREQ([2.60])dnl
 
383
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
384
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
385
dnl while keeping a definition of mkdir_p for backward compatibility.
 
386
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
387
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
388
dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
389
dnl adjustment using top_builddir (which is defined more often than
 
390
dnl MKDIR_P).
 
391
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
392
case $mkdir_p in
 
393
  [[\\/$]]* | ?:[[\\/]]*) ;;
 
394
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
395
esac
 
396
])
726
397
 
727
398
# Helper functions for option handling.                     -*- Autoconf -*-
728
399
 
729
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
400
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
730
401
#
731
402
# This file is free software; the Free Software Foundation
732
403
# gives unlimited permission to copy and/or distribute it,
733
404
# with or without modifications, as long as this notice is preserved.
734
405
 
735
 
# serial 3
 
406
# serial 4
736
407
 
737
408
# _AM_MANGLE_OPTION(NAME)
738
409
# -----------------------
749
420
# ----------------------------------
750
421
# OPTIONS is a space-separated list of Automake options.
751
422
AC_DEFUN([_AM_SET_OPTIONS],
752
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
423
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
753
424
 
754
425
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
755
426
# -------------------------------------------
757
428
AC_DEFUN([_AM_IF_OPTION],
758
429
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
759
430
 
760
 
# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005
761
 
# Free Software Foundation, Inc.
762
 
#
763
 
# This file is free software; the Free Software Foundation
764
 
# gives unlimited permission to copy and/or distribute it,
765
 
# with or without modifications, as long as this notice is preserved.
766
 
 
767
 
# serial 4
768
 
 
769
 
AC_DEFUN([AM_C_PROTOTYPES],
770
 
[AC_REQUIRE([AC_C_PROTOTYPES])
771
 
if test "$ac_cv_prog_cc_stdc" != no; then
772
 
  U= ANSI2KNR=
773
 
else
774
 
  U=_ ANSI2KNR=./ansi2knr
775
 
fi
776
 
# Ensure some checks needed by ansi2knr itself.
777
 
AC_REQUIRE([AC_HEADER_STDC])
778
 
AC_CHECK_HEADERS(string.h)
779
 
AC_SUBST(U)dnl
780
 
AC_SUBST(ANSI2KNR)dnl
781
 
])
782
 
 
783
 
AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
784
 
 
785
431
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
786
432
 
787
433
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
859
505
if test "$cross_compiling" != no; then
860
506
  AC_CHECK_TOOL([STRIP], [strip], :)
861
507
fi
862
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
508
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
863
509
AC_SUBST([INSTALL_STRIP_PROGRAM])])
864
510
 
 
511
# Copyright (C) 2006  Free Software Foundation, Inc.
 
512
#
 
513
# This file is free software; the Free Software Foundation
 
514
# gives unlimited permission to copy and/or distribute it,
 
515
# with or without modifications, as long as this notice is preserved.
 
516
 
 
517
# _AM_SUBST_NOTMAKE(VARIABLE)
 
518
# ---------------------------
 
519
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
520
# This macro is traced by Automake.
 
521
AC_DEFUN([_AM_SUBST_NOTMAKE])
 
522
 
865
523
# Check how to create a tarball.                            -*- Autoconf -*-
866
524
 
867
525
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
958
616
AC_SUBST([am__untar])
959
617
]) # _AM_PROG_TAR
960
618
 
961
 
m4_include([config/dospaths.m4])
962
 
m4_include([config/gettext.m4])
963
 
m4_include([config/iconv.m4])
964
 
m4_include([config/lib-ld.m4])
965
 
m4_include([config/lib-link.m4])
966
 
m4_include([config/lib-prefix.m4])
967
 
m4_include([config/nls.m4])
968
 
m4_include([config/po.m4])
969
 
m4_include([config/progtest.m4])
970
 
m4_include([acinclude.m4])