~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to prnt/hpijs/aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-02-01 12:46:56 UTC
  • Revision ID: james.westby@ubuntu.com-20050201124656-g6cgoa5uezd5lnbo
Tags: 0.8.7-4
* Henrique de Moraes Holschuh:
  * HPLIP:
    * Remove stray tab on 50_securityfix_umask.dpatch.  Reupload in
      case python decides to croak on us because of it
    * Remove unneeded (but harmless) patch 21_base_pidfile_support.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.4 -*- Autoconf -*-
2
2
 
3
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4
4
# 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,
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
# Do all the work for Automake.                            -*- Autoconf -*-
15
 
 
16
 
# This macro actually does too much some checks are only needed if
17
 
# your package does certain things.  But this isn't really a big deal.
18
 
 
19
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
20
 
# Free Software Foundation, Inc.
21
 
 
22
 
# This program is free software; you can redistribute it and/or modify
23
 
# it under the terms of the GNU General Public License as published by
24
 
# the Free Software Foundation; either version 2, or (at your option)
25
 
# any later version.
26
 
 
27
 
# This program is distributed in the hope that it will be useful,
28
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
# GNU General Public License for more details.
31
 
 
32
 
# You should have received a copy of the GNU General Public License
33
 
# along with this program; if not, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
35
 
# 02111-1307, USA.
36
 
 
37
 
# serial 10
38
 
 
39
 
AC_PREREQ([2.54])
40
 
 
41
 
# Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
42
 
# the ones we care about.
43
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
44
 
 
45
 
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
46
 
# AM_INIT_AUTOMAKE([OPTIONS])
47
 
# -----------------------------------------------
48
 
# The call with PACKAGE and VERSION arguments is the old style
49
 
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
50
 
# and VERSION should now be passed to AC_INIT and removed from
51
 
# the call to AM_INIT_AUTOMAKE.
52
 
# We support both call styles for the transition.  After
53
 
# the next Automake release, Autoconf can make the AC_INIT
54
 
# arguments mandatory, and then we can depend on a new Autoconf
55
 
# release and drop the old call support.
56
 
AC_DEFUN([AM_INIT_AUTOMAKE],
57
 
[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
58
 
 AC_REQUIRE([AC_PROG_INSTALL])dnl
59
 
# test to see if srcdir already configured
60
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
61
 
   test -f $srcdir/config.status; then
62
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
63
 
fi
64
 
 
65
 
# test whether we have cygpath
66
 
if test -z "$CYGPATH_W"; then
67
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
68
 
    CYGPATH_W='cygpath -w'
69
 
  else
70
 
    CYGPATH_W=echo
71
 
  fi
72
 
fi
73
 
AC_SUBST([CYGPATH_W])
74
 
 
75
 
# Define the identity of the package.
76
 
dnl Distinguish between old-style and new-style calls.
77
 
m4_ifval([$2],
78
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
79
 
 AC_SUBST([PACKAGE], [$1])dnl
80
 
 AC_SUBST([VERSION], [$2])],
81
 
[_AM_SET_OPTIONS([$1])dnl
82
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
83
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
84
 
 
85
 
_AM_IF_OPTION([no-define],,
86
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
87
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
88
 
 
89
 
# Some tools Automake needs.
90
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
91
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
92
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
93
 
AM_MISSING_PROG(AUTOCONF, autoconf)
94
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
95
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
96
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
97
 
AM_MISSING_PROG(AMTAR, tar)
98
 
AM_PROG_INSTALL_SH
99
 
AM_PROG_INSTALL_STRIP
100
 
# We need awk for the "check" target.  The system "awk" is bad on
101
 
# some platforms.
102
 
AC_REQUIRE([AC_PROG_AWK])dnl
103
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
104
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
105
 
 
106
 
_AM_IF_OPTION([no-dependencies],,
107
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
108
 
                  [_AM_DEPENDENCIES(CC)],
109
 
                  [define([AC_PROG_CC],
110
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
111
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
112
 
                  [_AM_DEPENDENCIES(CXX)],
113
 
                  [define([AC_PROG_CXX],
114
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
115
 
])
116
 
])
117
 
 
118
 
 
119
 
# When config.status generates a header, we must update the stamp-h file.
120
 
# This file resides in the same directory as the config header
121
 
# that is generated.  The stamp files are numbered to have different names.
122
 
 
123
 
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
124
 
# loop where config.status creates the headers, so we can generate
125
 
# our stamp files there.
126
 
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
127
 
[# Compute $1's index in $config_headers.
128
 
_am_stamp_count=1
129
 
for _am_header in $config_headers :; do
130
 
  case $_am_header in
131
 
    $1 | $1:* )
132
 
      break ;;
133
 
    * )
134
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
135
 
  esac
136
 
done
137
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
138
 
 
139
 
# Copyright 2002  Free Software Foundation, Inc.
 
14
#                                                        -*- Autoconf -*-
 
15
# Copyright (C) 2002, 2003  Free Software Foundation, Inc.
 
16
# Generated from amversion.in; do not edit by hand.
140
17
 
141
18
# This program is free software; you can redistribute it and/or modify
142
19
# it under the terms of the GNU General Public License as published by
156
33
# ----------------------------
157
34
# Automake X.Y traces this macro to ensure aclocal.m4 has been
158
35
# generated from the m4 files accompanying Automake X.Y.
159
 
AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
 
36
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
160
37
 
161
38
# AM_SET_CURRENT_AUTOMAKE_VERSION
162
39
# -------------------------------
163
40
# Call AM_AUTOMAKE_VERSION so it can be traced.
164
41
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
165
42
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
166
 
         [AM_AUTOMAKE_VERSION([1.7.8])])
167
 
 
168
 
# Helper functions for option handling.                    -*- Autoconf -*-
169
 
 
170
 
# Copyright 2001, 2002  Free Software Foundation, Inc.
171
 
 
172
 
# This program is free software; you can redistribute it and/or modify
173
 
# it under the terms of the GNU General Public License as published by
174
 
# the Free Software Foundation; either version 2, or (at your option)
175
 
# any later version.
176
 
 
177
 
# This program is distributed in the hope that it will be useful,
178
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
179
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
180
 
# GNU General Public License for more details.
181
 
 
182
 
# You should have received a copy of the GNU General Public License
183
 
# along with this program; if not, write to the Free Software
184
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
185
 
# 02111-1307, USA.
186
 
 
187
 
# serial 2
188
 
 
189
 
# _AM_MANGLE_OPTION(NAME)
190
 
# -----------------------
191
 
AC_DEFUN([_AM_MANGLE_OPTION],
192
 
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
193
 
 
194
 
# _AM_SET_OPTION(NAME)
195
 
# ------------------------------
196
 
# Set option NAME.  Presently that only means defining a flag for this option.
197
 
AC_DEFUN([_AM_SET_OPTION],
198
 
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
199
 
 
200
 
# _AM_SET_OPTIONS(OPTIONS)
201
 
# ----------------------------------
202
 
# OPTIONS is a space-separated list of Automake options.
203
 
AC_DEFUN([_AM_SET_OPTIONS],
204
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
205
 
 
206
 
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
207
 
# -------------------------------------------
208
 
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
209
 
AC_DEFUN([_AM_IF_OPTION],
210
 
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
211
 
 
212
 
#
213
 
# Check to make sure that the build environment is sane.
214
 
#
215
 
 
216
 
# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
217
 
 
218
 
# This program is free software; you can redistribute it and/or modify
219
 
# it under the terms of the GNU General Public License as published by
220
 
# the Free Software Foundation; either version 2, or (at your option)
221
 
# any later version.
222
 
 
223
 
# This program is distributed in the hope that it will be useful,
224
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
225
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
226
 
# GNU General Public License for more details.
227
 
 
228
 
# You should have received a copy of the GNU General Public License
229
 
# along with this program; if not, write to the Free Software
230
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
231
 
# 02111-1307, USA.
232
 
 
233
 
# serial 3
234
 
 
235
 
# AM_SANITY_CHECK
236
 
# ---------------
237
 
AC_DEFUN([AM_SANITY_CHECK],
238
 
[AC_MSG_CHECKING([whether build environment is sane])
239
 
# Just in case
240
 
sleep 1
241
 
echo timestamp > conftest.file
242
 
# Do `set' in a subshell so we don't clobber the current shell's
243
 
# arguments.  Must try -L first in case configure is actually a
244
 
# symlink; some systems play weird games with the mod time of symlinks
245
 
# (eg FreeBSD returns the mod time of the symlink's containing
246
 
# directory).
247
 
if (
248
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
249
 
   if test "$[*]" = "X"; then
250
 
      # -L didn't work.
251
 
      set X `ls -t $srcdir/configure conftest.file`
252
 
   fi
253
 
   rm -f conftest.file
254
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
255
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
256
 
 
257
 
      # If neither matched, then we have a broken ls.  This can happen
258
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
259
 
      # broken ls alias from the environment.  This has actually
260
 
      # happened.  Such a system could not be considered "sane".
261
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
262
 
alias in your environment])
263
 
   fi
264
 
 
265
 
   test "$[2]" = conftest.file
266
 
   )
267
 
then
268
 
   # Ok.
269
 
   :
270
 
else
271
 
   AC_MSG_ERROR([newly created file is older than distributed files!
272
 
Check your system clock])
273
 
fi
274
 
AC_MSG_RESULT(yes)])
275
 
 
276
 
#  -*- Autoconf -*-
277
 
 
278
 
 
279
 
# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
280
 
 
281
 
# This program is free software; you can redistribute it and/or modify
282
 
# it under the terms of the GNU General Public License as published by
283
 
# the Free Software Foundation; either version 2, or (at your option)
284
 
# any later version.
285
 
 
286
 
# This program is distributed in the hope that it will be useful,
287
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
288
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
289
 
# GNU General Public License for more details.
290
 
 
291
 
# You should have received a copy of the GNU General Public License
292
 
# along with this program; if not, write to the Free Software
293
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
294
 
# 02111-1307, USA.
295
 
 
296
 
# serial 3
297
 
 
298
 
# AM_MISSING_PROG(NAME, PROGRAM)
299
 
# ------------------------------
300
 
AC_DEFUN([AM_MISSING_PROG],
301
 
[AC_REQUIRE([AM_MISSING_HAS_RUN])
302
 
$1=${$1-"${am_missing_run}$2"}
303
 
AC_SUBST($1)])
304
 
 
305
 
 
306
 
# AM_MISSING_HAS_RUN
307
 
# ------------------
308
 
# Define MISSING if not defined so far and test if it supports --run.
309
 
# If it does, set am_missing_run to use it, otherwise, to nothing.
310
 
AC_DEFUN([AM_MISSING_HAS_RUN],
311
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
312
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
313
 
# Use eval to expand $SHELL
314
 
if eval "$MISSING --run true"; then
315
 
  am_missing_run="$MISSING --run "
316
 
else
317
 
  am_missing_run=
318
 
  AC_MSG_WARN([`missing' script is too old or missing])
319
 
fi
320
 
])
 
43
         [AM_AUTOMAKE_VERSION([1.9.4])])
321
44
 
322
45
# AM_AUX_DIR_EXPAND
323
46
 
324
 
# Copyright 2001 Free Software Foundation, Inc.
 
47
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
325
48
 
326
49
# This program is free software; you can redistribute it and/or modify
327
50
# it under the terms of the GNU General Public License as published by
376
99
# absolute PATH.  The drawback is that using absolute paths prevent a
377
100
# configured tree to be moved without reconfiguration.
378
101
 
379
 
# Rely on autoconf to set up CDPATH properly.
380
 
AC_PREREQ([2.50])
381
 
 
382
 
AC_DEFUN([AM_AUX_DIR_EXPAND], [
 
102
AC_DEFUN([AM_AUX_DIR_EXPAND],
 
103
[dnl Rely on autoconf to set up CDPATH properly.
 
104
AC_PREREQ([2.50])dnl
383
105
# expand $ac_aux_dir to an absolute path
384
106
am_aux_dir=`cd $ac_aux_dir && pwd`
385
107
])
386
108
 
387
 
# AM_PROG_INSTALL_SH
388
 
# ------------------
389
 
# Define $install_sh.
390
 
 
391
 
# Copyright 2001 Free Software Foundation, Inc.
392
 
 
393
 
# This program is free software; you can redistribute it and/or modify
394
 
# it under the terms of the GNU General Public License as published by
395
 
# the Free Software Foundation; either version 2, or (at your option)
396
 
# any later version.
397
 
 
398
 
# This program is distributed in the hope that it will be useful,
399
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
400
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
401
 
# GNU General Public License for more details.
402
 
 
403
 
# You should have received a copy of the GNU General Public License
404
 
# along with this program; if not, write to the Free Software
405
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
406
 
# 02111-1307, USA.
407
 
 
408
 
AC_DEFUN([AM_PROG_INSTALL_SH],
409
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
410
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
411
 
AC_SUBST(install_sh)])
412
 
 
413
 
# AM_PROG_INSTALL_STRIP
414
 
 
415
 
# Copyright 2001 Free Software Foundation, Inc.
416
 
 
417
 
# This program is free software; you can redistribute it and/or modify
418
 
# it under the terms of the GNU General Public License as published by
419
 
# the Free Software Foundation; either version 2, or (at your option)
420
 
# any later version.
421
 
 
422
 
# This program is distributed in the hope that it will be useful,
423
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
424
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
425
 
# GNU General Public License for more details.
426
 
 
427
 
# You should have received a copy of the GNU General Public License
428
 
# along with this program; if not, write to the Free Software
429
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
430
 
# 02111-1307, USA.
431
 
 
432
 
# One issue with vendor `install' (even GNU) is that you can't
433
 
# specify the program used to strip binaries.  This is especially
434
 
# annoying in cross-compiling environments, where the build's strip
435
 
# is unlikely to handle the host's binaries.
436
 
# Fortunately install-sh will honor a STRIPPROG variable, so we
437
 
# always use install-sh in `make install-strip', and initialize
438
 
# STRIPPROG with the value of the STRIP variable (set by the user).
439
 
AC_DEFUN([AM_PROG_INSTALL_STRIP],
440
 
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
441
 
# Installed binaries are usually stripped using `strip' when the user
442
 
# run `make install-strip'.  However `strip' might not be the right
443
 
# tool to use in cross-compilation environments, therefore Automake
444
 
# will honor the `STRIP' environment variable to overrule this program.
445
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
446
 
if test "$cross_compiling" != no; then
447
 
  AC_CHECK_TOOL([STRIP], [strip], :)
448
 
fi
449
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
450
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
451
 
 
452
 
#                                                          -*- Autoconf -*-
453
 
# Copyright (C) 2003  Free Software Foundation, Inc.
454
 
 
455
 
# This program is free software; you can redistribute it and/or modify
456
 
# it under the terms of the GNU General Public License as published by
457
 
# the Free Software Foundation; either version 2, or (at your option)
458
 
# any later version.
459
 
 
460
 
# This program is distributed in the hope that it will be useful,
461
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
462
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
463
 
# GNU General Public License for more details.
464
 
 
465
 
# You should have received a copy of the GNU General Public License
466
 
# along with this program; if not, write to the Free Software
467
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
468
 
# 02111-1307, USA.
469
 
 
470
 
# serial 1
471
 
 
472
 
# Check whether the underlying file-system supports filenames
473
 
# with a leading dot.  For instance MS-DOS doesn't.
474
 
AC_DEFUN([AM_SET_LEADING_DOT],
475
 
[rm -rf .tst 2>/dev/null
476
 
mkdir .tst 2>/dev/null
477
 
if test -d .tst; then
478
 
  am__leading_dot=.
 
109
# AM_CONDITIONAL                                              -*- Autoconf -*-
 
110
 
 
111
# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
 
112
 
 
113
# This program is free software; you can redistribute it and/or modify
 
114
# it under the terms of the GNU General Public License as published by
 
115
# the Free Software Foundation; either version 2, or (at your option)
 
116
# any later version.
 
117
 
 
118
# This program is distributed in the hope that it will be useful,
 
119
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
120
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
121
# GNU General Public License for more details.
 
122
 
 
123
# You should have received a copy of the GNU General Public License
 
124
# along with this program; if not, write to the Free Software
 
125
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
126
# 02111-1307, USA.
 
127
 
 
128
# serial 6
 
129
 
 
130
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
131
# -------------------------------------
 
132
# Define a conditional.
 
133
AC_DEFUN([AM_CONDITIONAL],
 
134
[AC_PREREQ(2.52)dnl
 
135
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
136
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
137
AC_SUBST([$1_TRUE])
 
138
AC_SUBST([$1_FALSE])
 
139
if $2; then
 
140
  $1_TRUE=
 
141
  $1_FALSE='#'
479
142
else
480
 
  am__leading_dot=_
 
143
  $1_TRUE='#'
 
144
  $1_FALSE=
481
145
fi
482
 
rmdir .tst 2>/dev/null
483
 
AC_SUBST([am__leading_dot])])
484
 
 
485
 
# serial 5                                              -*- Autoconf -*-
486
 
 
487
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
 
146
AC_CONFIG_COMMANDS_PRE(
 
147
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
148
  AC_MSG_ERROR([[conditional "$1" was never defined.
 
149
Usually this means the macro was only invoked conditionally.]])
 
150
fi])])
 
151
 
 
152
# serial 7                                              -*- Autoconf -*-
 
153
 
 
154
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
155
# Free Software Foundation, Inc.
488
156
 
489
157
# This program is free software; you can redistribute it and/or modify
490
158
# it under the terms of the GNU General Public License as published by
568
236
    : > sub/conftest.c
569
237
    for i in 1 2 3 4 5 6; do
570
238
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
571
 
      : > sub/conftst$i.h
 
239
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
240
      # Solaris 8's {/usr,}/bin/sh.
 
241
      touch sub/conftst$i.h
572
242
    done
573
243
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
574
244
 
596
266
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
597
267
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
598
268
      # icc doesn't choke on unknown options, it will just issue warnings
599
 
      # (even with -Werror).  So we grep stderr for any message
600
 
      # that says an option was ignored.
601
 
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
 
269
      # or remarks (even with -Werror).  So we grep stderr for any message
 
270
      # that says an option was ignored or not supported.
 
271
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
272
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
273
      # The diagnosis changed in icc 8.0:
 
274
      #   icc: Command line remark: option '-MP' not supported
 
275
      if (grep 'ignoring option' conftest.err ||
 
276
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
602
277
        am_cv_$1_dependencies_compiler_type=$depmode
603
278
        break
604
279
      fi
632
307
# ------------
633
308
AC_DEFUN([AM_DEP_TRACK],
634
309
[AC_ARG_ENABLE(dependency-tracking,
635
 
[  --disable-dependency-tracking Speeds up one-time builds
636
 
  --enable-dependency-tracking  Do not reject slow dependency extractors])
 
310
[  --disable-dependency-tracking  speeds up one-time build
 
311
  --enable-dependency-tracking   do not reject slow dependency extractors])
637
312
if test "x$enable_dependency_tracking" != xno; then
638
313
  am_depcomp="$ac_aux_dir/depcomp"
639
314
  AMDEPBACKSLASH='\'
644
319
 
645
320
# Generate code to set up dependency tracking.   -*- Autoconf -*-
646
321
 
647
 
# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
322
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
 
323
#   Free Software Foundation, Inc.
648
324
 
649
325
# This program is free software; you can redistribute it and/or modify
650
326
# it under the terms of the GNU General Public License as published by
680
356
  else
681
357
    continue
682
358
  fi
683
 
  grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
684
 
  # Extract the definition of DEP_FILES from the Makefile without
685
 
  # running `make'.
686
 
  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
 
359
  # Extract the definition of DEPDIR, am__include, and am__quote
 
360
  # from the Makefile without running `make'.
 
361
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
687
362
  test -z "$DEPDIR" && continue
 
363
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
364
  test -z "am__include" && continue
 
365
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
688
366
  # When using ansi2knr, U may be empty or an underscore; expand it
689
 
  U=`sed -n -e '/^U = / s///p' < "$mf"`
690
 
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
691
 
  # We invoke sed twice because it is the simplest approach to
692
 
  # changing $(DEPDIR) to its actual value in the expansion.
693
 
  for file in `sed -n -e '
694
 
    /^DEP_FILES = .*\\\\$/ {
695
 
      s/^DEP_FILES = //
696
 
      :loop
697
 
        s/\\\\$//
698
 
        p
699
 
        n
700
 
        /\\\\$/ b loop
701
 
      p
702
 
    }
703
 
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
367
  U=`sed -n 's/^U = //p' < "$mf"`
 
368
  # Find all dependency output files, they are included files with
 
369
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
370
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
371
  # expansion.
 
372
  for file in `sed -n "
 
373
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
704
374
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
705
375
    # Make sure the directory exists.
706
376
    test -f "$dirpart/$file" && continue
726
396
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
727
397
])
728
398
 
 
399
# Do all the work for Automake.                            -*- Autoconf -*-
 
400
 
 
401
# This macro actually does too much some checks are only needed if
 
402
# your package does certain things.  But this isn't really a big deal.
 
403
 
 
404
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 
405
# Free Software Foundation, Inc.
 
406
 
 
407
# This program is free software; you can redistribute it and/or modify
 
408
# it under the terms of the GNU General Public License as published by
 
409
# the Free Software Foundation; either version 2, or (at your option)
 
410
# any later version.
 
411
 
 
412
# This program is distributed in the hope that it will be useful,
 
413
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
415
# GNU General Public License for more details.
 
416
 
 
417
# You should have received a copy of the GNU General Public License
 
418
# along with this program; if not, write to the Free Software
 
419
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
420
# 02111-1307, USA.
 
421
 
 
422
# serial 11
 
423
 
 
424
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
425
# AM_INIT_AUTOMAKE([OPTIONS])
 
426
# -----------------------------------------------
 
427
# The call with PACKAGE and VERSION arguments is the old style
 
428
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
429
# and VERSION should now be passed to AC_INIT and removed from
 
430
# the call to AM_INIT_AUTOMAKE.
 
431
# We support both call styles for the transition.  After
 
432
# the next Automake release, Autoconf can make the AC_INIT
 
433
# arguments mandatory, and then we can depend on a new Autoconf
 
434
# release and drop the old call support.
 
435
AC_DEFUN([AM_INIT_AUTOMAKE],
 
436
[AC_PREREQ([2.58])dnl
 
437
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
438
dnl the ones we care about.
 
439
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
440
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
441
AC_REQUIRE([AC_PROG_INSTALL])dnl
 
442
# test to see if srcdir already configured
 
443
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
444
   test -f $srcdir/config.status; then
 
445
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
446
fi
 
447
 
 
448
# test whether we have cygpath
 
449
if test -z "$CYGPATH_W"; then
 
450
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
451
    CYGPATH_W='cygpath -w'
 
452
  else
 
453
    CYGPATH_W=echo
 
454
  fi
 
455
fi
 
456
AC_SUBST([CYGPATH_W])
 
457
 
 
458
# Define the identity of the package.
 
459
dnl Distinguish between old-style and new-style calls.
 
460
m4_ifval([$2],
 
461
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
462
 AC_SUBST([PACKAGE], [$1])dnl
 
463
 AC_SUBST([VERSION], [$2])],
 
464
[_AM_SET_OPTIONS([$1])dnl
 
465
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
466
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
467
 
 
468
_AM_IF_OPTION([no-define],,
 
469
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
470
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
471
 
 
472
# Some tools Automake needs.
 
473
AC_REQUIRE([AM_SANITY_CHECK])dnl
 
474
AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
475
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
476
AM_MISSING_PROG(AUTOCONF, autoconf)
 
477
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
478
AM_MISSING_PROG(AUTOHEADER, autoheader)
 
479
AM_MISSING_PROG(MAKEINFO, makeinfo)
 
480
AM_PROG_INSTALL_SH
 
481
AM_PROG_INSTALL_STRIP
 
482
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
483
# We need awk for the "check" target.  The system "awk" is bad on
 
484
# some platforms.
 
485
AC_REQUIRE([AC_PROG_AWK])dnl
 
486
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
487
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
488
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
489
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
490
                             [_AM_PROG_TAR([v7])])])
 
491
_AM_IF_OPTION([no-dependencies],,
 
492
[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
493
                  [_AM_DEPENDENCIES(CC)],
 
494
                  [define([AC_PROG_CC],
 
495
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
496
AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
497
                  [_AM_DEPENDENCIES(CXX)],
 
498
                  [define([AC_PROG_CXX],
 
499
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
500
])
 
501
])
 
502
 
 
503
 
 
504
# When config.status generates a header, we must update the stamp-h file.
 
505
# This file resides in the same directory as the config header
 
506
# that is generated.  The stamp files are numbered to have different names.
 
507
 
 
508
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
509
# loop where config.status creates the headers, so we can generate
 
510
# our stamp files there.
 
511
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
512
[# Compute $1's index in $config_headers.
 
513
_am_stamp_count=1
 
514
for _am_header in $config_headers :; do
 
515
  case $_am_header in
 
516
    $1 | $1:* )
 
517
      break ;;
 
518
    * )
 
519
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
520
  esac
 
521
done
 
522
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
 
523
 
 
524
# AM_PROG_INSTALL_SH
 
525
# ------------------
 
526
# Define $install_sh.
 
527
 
 
528
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
529
 
 
530
# This program is free software; you can redistribute it and/or modify
 
531
# it under the terms of the GNU General Public License as published by
 
532
# the Free Software Foundation; either version 2, or (at your option)
 
533
# any later version.
 
534
 
 
535
# This program is distributed in the hope that it will be useful,
 
536
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
537
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
538
# GNU General Public License for more details.
 
539
 
 
540
# You should have received a copy of the GNU General Public License
 
541
# along with this program; if not, write to the Free Software
 
542
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
543
# 02111-1307, USA.
 
544
 
 
545
AC_DEFUN([AM_PROG_INSTALL_SH],
 
546
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
547
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
548
AC_SUBST(install_sh)])
 
549
 
 
550
#                                                          -*- Autoconf -*-
 
551
# Copyright (C) 2003  Free Software Foundation, Inc.
 
552
 
 
553
# This program is free software; you can redistribute it and/or modify
 
554
# it under the terms of the GNU General Public License as published by
 
555
# the Free Software Foundation; either version 2, or (at your option)
 
556
# any later version.
 
557
 
 
558
# This program is distributed in the hope that it will be useful,
 
559
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
560
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
561
# GNU General Public License for more details.
 
562
 
 
563
# You should have received a copy of the GNU General Public License
 
564
# along with this program; if not, write to the Free Software
 
565
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
566
# 02111-1307, USA.
 
567
 
 
568
# serial 1
 
569
 
 
570
# Check whether the underlying file-system supports filenames
 
571
# with a leading dot.  For instance MS-DOS doesn't.
 
572
AC_DEFUN([AM_SET_LEADING_DOT],
 
573
[rm -rf .tst 2>/dev/null
 
574
mkdir .tst 2>/dev/null
 
575
if test -d .tst; then
 
576
  am__leading_dot=.
 
577
else
 
578
  am__leading_dot=_
 
579
fi
 
580
rmdir .tst 2>/dev/null
 
581
AC_SUBST([am__leading_dot])])
 
582
 
 
583
# Add --enable-maintainer-mode option to configure.
 
584
# From Jim Meyering
 
585
 
 
586
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
 
587
# Free Software Foundation, Inc.
 
588
 
 
589
# This program is free software; you can redistribute it and/or modify
 
590
# it under the terms of the GNU General Public License as published by
 
591
# the Free Software Foundation; either version 2, or (at your option)
 
592
# any later version.
 
593
 
 
594
# This program is distributed in the hope that it will be useful,
 
595
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
596
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
597
# GNU General Public License for more details.
 
598
 
 
599
# You should have received a copy of the GNU General Public License
 
600
# along with this program; if not, write to the Free Software
 
601
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
602
# 02111-1307, USA.
 
603
 
 
604
# serial 3
 
605
 
 
606
AC_DEFUN([AM_MAINTAINER_MODE],
 
607
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
608
  dnl maintainer-mode is disabled by default
 
609
  AC_ARG_ENABLE(maintainer-mode,
 
610
[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
611
                          (and sometimes confusing) to the casual installer],
 
612
      USE_MAINTAINER_MODE=$enableval,
 
613
      USE_MAINTAINER_MODE=no)
 
614
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
615
  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
616
  MAINT=$MAINTAINER_MODE_TRUE
 
617
  AC_SUBST(MAINT)dnl
 
618
]
 
619
)
 
620
 
 
621
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
622
 
729
623
# Check to see how 'make' treats includes.      -*- Autoconf -*-
730
624
 
731
625
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
789
683
rm -f confinc confmf
790
684
])
791
685
 
792
 
# AM_CONDITIONAL                                              -*- Autoconf -*-
793
 
 
794
 
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
795
 
 
796
 
# This program is free software; you can redistribute it and/or modify
797
 
# it under the terms of the GNU General Public License as published by
798
 
# the Free Software Foundation; either version 2, or (at your option)
799
 
# any later version.
800
 
 
801
 
# This program is distributed in the hope that it will be useful,
802
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
803
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
804
 
# GNU General Public License for more details.
805
 
 
806
 
# You should have received a copy of the GNU General Public License
807
 
# along with this program; if not, write to the Free Software
808
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
809
 
# 02111-1307, USA.
810
 
 
811
 
# serial 5
812
 
 
813
 
AC_PREREQ(2.52)
814
 
 
815
 
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
816
 
# -------------------------------------
817
 
# Define a conditional.
818
 
AC_DEFUN([AM_CONDITIONAL],
819
 
[ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
820
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
821
 
AC_SUBST([$1_TRUE])
822
 
AC_SUBST([$1_FALSE])
823
 
if $2; then
824
 
  $1_TRUE=
825
 
  $1_FALSE='#'
826
 
else
827
 
  $1_TRUE='#'
828
 
  $1_FALSE=
829
 
fi
830
 
AC_CONFIG_COMMANDS_PRE(
831
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
832
 
  AC_MSG_ERROR([conditional "$1" was never defined.
833
 
Usually this means the macro was only invoked conditionally.])
834
 
fi])])
 
686
#  -*- Autoconf -*-
 
687
 
 
688
 
 
689
# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 
690
 
 
691
# This program is free software; you can redistribute it and/or modify
 
692
# it under the terms of the GNU General Public License as published by
 
693
# the Free Software Foundation; either version 2, or (at your option)
 
694
# any later version.
 
695
 
 
696
# This program is distributed in the hope that it will be useful,
 
697
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
698
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
699
# GNU General Public License for more details.
 
700
 
 
701
# You should have received a copy of the GNU General Public License
 
702
# along with this program; if not, write to the Free Software
 
703
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
704
# 02111-1307, USA.
 
705
 
 
706
# serial 3
 
707
 
 
708
# AM_MISSING_PROG(NAME, PROGRAM)
 
709
# ------------------------------
 
710
AC_DEFUN([AM_MISSING_PROG],
 
711
[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
712
$1=${$1-"${am_missing_run}$2"}
 
713
AC_SUBST($1)])
 
714
 
 
715
 
 
716
# AM_MISSING_HAS_RUN
 
717
# ------------------
 
718
# Define MISSING if not defined so far and test if it supports --run.
 
719
# If it does, set am_missing_run to use it, otherwise, to nothing.
 
720
AC_DEFUN([AM_MISSING_HAS_RUN],
 
721
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
722
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
723
# Use eval to expand $SHELL
 
724
if eval "$MISSING --run true"; then
 
725
  am_missing_run="$MISSING --run "
 
726
else
 
727
  am_missing_run=
 
728
  AC_MSG_WARN([`missing' script is too old or missing])
 
729
fi
 
730
])
 
731
 
 
732
# AM_PROG_MKDIR_P
 
733
# ---------------
 
734
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
 
735
 
 
736
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
737
 
 
738
# This program is free software; you can redistribute it and/or modify
 
739
# it under the terms of the GNU General Public License as published by
 
740
# the Free Software Foundation; either version 2, or (at your option)
 
741
# any later version.
 
742
 
 
743
# This program is distributed in the hope that it will be useful,
 
744
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
745
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
746
# GNU General Public License for more details.
 
747
 
 
748
# You should have received a copy of the GNU General Public License
 
749
# along with this program; if not, write to the Free Software
 
750
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
751
# 02111-1307, USA.
 
752
 
 
753
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
 
754
# created by `make install' are always world readable, even if the
 
755
# installer happens to have an overly restrictive umask (e.g. 077).
 
756
# This was a mistake.  There are at least two reasons why we must not
 
757
# use `-m 0755':
 
758
#   - it causes special bits like SGID to be ignored,
 
759
#   - it may be too restrictive (some setups expect 775 directories).
 
760
#
 
761
# Do not use -m 0755 and let people choose whatever they expect by
 
762
# setting umask.
 
763
#
 
764
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
 
765
# Some implementations (such as Solaris 8's) are not thread-safe: if a
 
766
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
 
767
# concurrently, both version can detect that a/ is missing, but only
 
768
# one can create it and the other will error out.  Consequently we
 
769
# restrict ourselves to GNU make (using the --version option ensures
 
770
# this.)
 
771
AC_DEFUN([AM_PROG_MKDIR_P],
 
772
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
773
  # We used to keeping the `.' as first argument, in order to
 
774
  # allow $(mkdir_p) to be used without argument.  As in
 
775
  #   $(mkdir_p) $(somedir)
 
776
  # where $(somedir) is conditionally defined.  However this is wrong
 
777
  # for two reasons:
 
778
  #  1. if the package is installed by a user who cannot write `.'
 
779
  #     make install will fail,
 
780
  #  2. the above comment should most certainly read
 
781
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
782
  #     so it does not work when $(somedir) is undefined and
 
783
  #     $(DESTDIR) is not.
 
784
  #  To support the latter case, we have to write
 
785
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
786
  #  so the `.' trick is pointless.
 
787
  mkdir_p='mkdir -p --'
 
788
else
 
789
  # On NextStep and OpenStep, the `mkdir' command does not
 
790
  # recognize any option.  It will interpret all options as
 
791
  # directories to create, and then abort because `.' already
 
792
  # exists.
 
793
  for d in ./-p ./--version;
 
794
  do
 
795
    test -d $d && rmdir $d
 
796
  done
 
797
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
798
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
799
    mkdir_p='$(mkinstalldirs)'
 
800
  else
 
801
    mkdir_p='$(install_sh) -d'
 
802
  fi
 
803
fi
 
804
AC_SUBST([mkdir_p])])
 
805
 
 
806
# Helper functions for option handling.                    -*- Autoconf -*-
 
807
 
 
808
# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
 
809
 
 
810
# This program is free software; you can redistribute it and/or modify
 
811
# it under the terms of the GNU General Public License as published by
 
812
# the Free Software Foundation; either version 2, or (at your option)
 
813
# any later version.
 
814
 
 
815
# This program is distributed in the hope that it will be useful,
 
816
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
817
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
818
# GNU General Public License for more details.
 
819
 
 
820
# You should have received a copy of the GNU General Public License
 
821
# along with this program; if not, write to the Free Software
 
822
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
823
# 02111-1307, USA.
 
824
 
 
825
# serial 2
 
826
 
 
827
# _AM_MANGLE_OPTION(NAME)
 
828
# -----------------------
 
829
AC_DEFUN([_AM_MANGLE_OPTION],
 
830
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
831
 
 
832
# _AM_SET_OPTION(NAME)
 
833
# ------------------------------
 
834
# Set option NAME.  Presently that only means defining a flag for this option.
 
835
AC_DEFUN([_AM_SET_OPTION],
 
836
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
837
 
 
838
# _AM_SET_OPTIONS(OPTIONS)
 
839
# ----------------------------------
 
840
# OPTIONS is a space-separated list of Automake options.
 
841
AC_DEFUN([_AM_SET_OPTIONS],
 
842
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
843
 
 
844
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
845
# -------------------------------------------
 
846
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
847
AC_DEFUN([_AM_IF_OPTION],
 
848
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
849
 
 
850
#
 
851
# Check to make sure that the build environment is sane.
 
852
#
 
853
 
 
854
# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
 
855
 
 
856
# This program is free software; you can redistribute it and/or modify
 
857
# it under the terms of the GNU General Public License as published by
 
858
# the Free Software Foundation; either version 2, or (at your option)
 
859
# any later version.
 
860
 
 
861
# This program is distributed in the hope that it will be useful,
 
862
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
863
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
864
# GNU General Public License for more details.
 
865
 
 
866
# You should have received a copy of the GNU General Public License
 
867
# along with this program; if not, write to the Free Software
 
868
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
869
# 02111-1307, USA.
 
870
 
 
871
# serial 3
 
872
 
 
873
# AM_SANITY_CHECK
 
874
# ---------------
 
875
AC_DEFUN([AM_SANITY_CHECK],
 
876
[AC_MSG_CHECKING([whether build environment is sane])
 
877
# Just in case
 
878
sleep 1
 
879
echo timestamp > conftest.file
 
880
# Do `set' in a subshell so we don't clobber the current shell's
 
881
# arguments.  Must try -L first in case configure is actually a
 
882
# symlink; some systems play weird games with the mod time of symlinks
 
883
# (eg FreeBSD returns the mod time of the symlink's containing
 
884
# directory).
 
885
if (
 
886
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
887
   if test "$[*]" = "X"; then
 
888
      # -L didn't work.
 
889
      set X `ls -t $srcdir/configure conftest.file`
 
890
   fi
 
891
   rm -f conftest.file
 
892
   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
893
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
894
 
 
895
      # If neither matched, then we have a broken ls.  This can happen
 
896
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
897
      # broken ls alias from the environment.  This has actually
 
898
      # happened.  Such a system could not be considered "sane".
 
899
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
900
alias in your environment])
 
901
   fi
 
902
 
 
903
   test "$[2]" = conftest.file
 
904
   )
 
905
then
 
906
   # Ok.
 
907
   :
 
908
else
 
909
   AC_MSG_ERROR([newly created file is older than distributed files!
 
910
Check your system clock])
 
911
fi
 
912
AC_MSG_RESULT(yes)])
 
913
 
 
914
# AM_PROG_INSTALL_STRIP
 
915
 
 
916
# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
 
917
 
 
918
# This program is free software; you can redistribute it and/or modify
 
919
# it under the terms of the GNU General Public License as published by
 
920
# the Free Software Foundation; either version 2, or (at your option)
 
921
# any later version.
 
922
 
 
923
# This program is distributed in the hope that it will be useful,
 
924
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
925
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
926
# GNU General Public License for more details.
 
927
 
 
928
# You should have received a copy of the GNU General Public License
 
929
# along with this program; if not, write to the Free Software
 
930
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
931
# 02111-1307, USA.
 
932
 
 
933
# One issue with vendor `install' (even GNU) is that you can't
 
934
# specify the program used to strip binaries.  This is especially
 
935
# annoying in cross-compiling environments, where the build's strip
 
936
# is unlikely to handle the host's binaries.
 
937
# Fortunately install-sh will honor a STRIPPROG variable, so we
 
938
# always use install-sh in `make install-strip', and initialize
 
939
# STRIPPROG with the value of the STRIP variable (set by the user).
 
940
AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
941
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
942
# Installed binaries are usually stripped using `strip' when the user
 
943
# run `make install-strip'.  However `strip' might not be the right
 
944
# tool to use in cross-compilation environments, therefore Automake
 
945
# will honor the `STRIP' environment variable to overrule this program.
 
946
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
947
if test "$cross_compiling" != no; then
 
948
  AC_CHECK_TOOL([STRIP], [strip], :)
 
949
fi
 
950
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
951
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
952
 
 
953
# Check how to create a tarball.                            -*- Autoconf -*-
 
954
 
 
955
# Copyright (C) 2004  Free Software Foundation, Inc.
 
956
 
 
957
# This program is free software; you can redistribute it and/or modify
 
958
# it under the terms of the GNU General Public License as published by
 
959
# the Free Software Foundation; either version 2, or (at your option)
 
960
# any later version.
 
961
 
 
962
# This program is distributed in the hope that it will be useful,
 
963
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
964
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
965
# GNU General Public License for more details.
 
966
 
 
967
# You should have received a copy of the GNU General Public License
 
968
# along with this program; if not, write to the Free Software
 
969
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
970
# 02111-1307, USA.
 
971
 
 
972
# serial 1
 
973
 
 
974
 
 
975
# _AM_PROG_TAR(FORMAT)
 
976
# --------------------
 
977
# Check how to create a tarball in format FORMAT.
 
978
# FORMAT should be one of `v7', `ustar', or `pax'.
 
979
#
 
980
# Substitute a variable $(am__tar) that is a command
 
981
# writing to stdout a FORMAT-tarball containing the directory
 
982
# $tardir.
 
983
#     tardir=directory && $(am__tar) > result.tar
 
984
#
 
985
# Substitute a variable $(am__untar) that extract such
 
986
# a tarball read from stdin.
 
987
#     $(am__untar) < result.tar
 
988
AC_DEFUN([_AM_PROG_TAR],
 
989
[# Always define AMTAR for backward compatibility.
 
990
AM_MISSING_PROG([AMTAR], [tar])
 
991
m4_if([$1], [v7],
 
992
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
993
     [m4_case([$1], [ustar],, [pax],,
 
994
              [m4_fatal([Unknown tar format])])
 
995
AC_MSG_CHECKING([how to create a $1 tar archive])
 
996
# Loop over all known methods to create a tar archive until one works.
 
997
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
998
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
999
# Do not fold the above two line into one, because Tru64 sh and
 
1000
# Solaris sh will not grok spaces in the rhs of `-'.
 
1001
for _am_tool in $_am_tools
 
1002
do
 
1003
  case $_am_tool in
 
1004
  gnutar)
 
1005
    for _am_tar in tar gnutar gtar;
 
1006
    do
 
1007
      AM_RUN_LOG([$_am_tar --version]) && break
 
1008
    done
 
1009
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
1010
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
1011
    am__untar="$_am_tar -xf -"
 
1012
    ;;
 
1013
  plaintar)
 
1014
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
1015
    # ustar tarball either.
 
1016
    (tar --version) >/dev/null 2>&1 && continue
 
1017
    am__tar='tar chf - "$$tardir"'
 
1018
    am__tar_='tar chf - "$tardir"'
 
1019
    am__untar='tar xf -'
 
1020
    ;;
 
1021
  pax)
 
1022
    am__tar='pax -L -x $1 -w "$$tardir"'
 
1023
    am__tar_='pax -L -x $1 -w "$tardir"'
 
1024
    am__untar='pax -r'
 
1025
    ;;
 
1026
  cpio)
 
1027
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
1028
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
1029
    am__untar='cpio -i -H $1 -d'
 
1030
    ;;
 
1031
  none)
 
1032
    am__tar=false
 
1033
    am__tar_=false
 
1034
    am__untar=false
 
1035
    ;;
 
1036
  esac
 
1037
 
 
1038
  # If the value was cached, stop now.  We just wanted to have am__tar
 
1039
  # and am__untar set.
 
1040
  test -n "${am_cv_prog_tar_$1}" && break
 
1041
 
 
1042
  # tar/untar a dummy directory, and stop if the command works
 
1043
  rm -rf conftest.dir
 
1044
  mkdir conftest.dir
 
1045
  echo GrepMe > conftest.dir/file
 
1046
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
1047
  rm -rf conftest.dir
 
1048
  if test -s conftest.tar; then
 
1049
    AM_RUN_LOG([$am__untar <conftest.tar])
 
1050
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
1051
  fi
 
1052
done
 
1053
rm -rf conftest.dir
 
1054
 
 
1055
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
1056
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
1057
AC_SUBST([am__tar])
 
1058
AC_SUBST([am__untar])
 
1059
]) # _AM_PROG_TAR
835
1060