~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Ludovico Cavedon, Jordan Metzmeier, Ludovico Cavedon
  • Date: 2010-12-15 20:06:19 UTC
  • mfrom: (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101215200619-0ojz3iak95ihibun
Tags: 3:4.0.3+dfsg1-1
[ Jordan Metzmeier ]
* New upstream release (Closes: #522042)
* Move data files to /usr/share/ntop (Closes: #595450).
* Package architecture independent data in a separate ntop-data package.
* Use debhelper 7.
* Update Standards-Version to 3.9.1.
* Depend on python-mako.
* Do not include ntop.txt in binary packages as it is a copy of the man
  page.
* Do not include NEWS, as it is outdated.
* Switch to package source version 3.0 (quilt).
* Add password creation to debconf
* Changed init script to fix localization problems (thanks to Alejandro
  Varas <alej0varas@gmail.com>, LP: #257466)
* Remove manual update-rc.d calls from postrm and postinst. debhelper adds
  this for us.
* Add pre-depends on adduser for postinst script.
* Fix errors in the manpages: fix-manpage-errors.patch.
* Added fixes for matching active interfaces.
* Added a watch file.

[ Ludovico Cavedon ]
* Remove direct changes to upstream tree, and move them into specific patch
  files:
  - fix-manpage-errors.patch: fix typos in ntop.8.
  - dot-path.patch: fix path of /usr/bin/dot executable
* Add patches:
  - reduce-autogen-purged-files.patch: prevent agutogen.sh from reamoving
  too many files during cleanup.
  - Add build-without-ntop-darwin.patch, to fix compilation without
  ntop_darwin.c.
* No longer add faq.html, as it is not distributed in the upstream tarball.
* Use ${source:Version} in control file. Have ntop-data recommend
  ntop.
* Rename dirs to ntop.dirs and keep only empty directories that need
  to be created.
* Remove var/lib from ntop.install file, as it is empty (keeping it in
  ntop.dirs).
* Update po files.
* Breaks and Replaces instead of Conflitcs for ntop-data.
* Use a longer package description.
* Remove useless configure options from debian/rules.
* Move private shared libraries libraries in /usr/lib/ntop.
* Add change-plugin-dir.patch for adjusting plugin directory.
* Remove development files.
* Use system library for MochiKit.js.
* Rewrite DEP5 copyright file.
* Repackage upstream tarball in order to remove non-DFSG-compliant code. Add
  get-orig-source.sh script and get-orig-source target in debian/rules.
* Add explanation to README.Debian why geolocation is no longer working.
* Add avoid-copy-maxmind-db.patch to prevent copying of Geo*.dat
  files.
* Remove old unused patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
2
 
 
3
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005  Free Software Foundation, Inc.
5
 
# This file is free software; the Free Software Foundation
6
 
# gives unlimited permission to copy and/or distribute it,
7
 
# with or without modifications, as long as this notice is preserved.
8
 
 
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
 
# PARTICULAR PURPOSE.
13
 
 
14
 
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
15
 
#
16
 
# This file is free software; the Free Software Foundation
17
 
# gives unlimited permission to copy and/or distribute it,
18
 
# with or without modifications, as long as this notice is preserved.
19
 
 
20
 
# AM_AUTOMAKE_VERSION(VERSION)
21
 
# ----------------------------
22
 
# Automake X.Y traces this macro to ensure aclocal.m4 has been
23
 
# generated from the m4 files accompanying Automake X.Y.
24
 
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
25
 
 
26
 
# AM_SET_CURRENT_AUTOMAKE_VERSION
27
 
# -------------------------------
28
 
# Call AM_AUTOMAKE_VERSION so it can be traced.
29
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
30
 
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
31
 
         [AM_AUTOMAKE_VERSION([1.9.6])])
32
 
 
33
 
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
34
 
 
35
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
36
 
#
37
 
# This file is free software; the Free Software Foundation
38
 
# gives unlimited permission to copy and/or distribute it,
39
 
# with or without modifications, as long as this notice is preserved.
40
 
 
41
 
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
42
 
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
43
 
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
44
 
#
45
 
# Of course, Automake must honor this variable whenever it calls a
46
 
# tool from the auxiliary directory.  The problem is that $srcdir (and
47
 
# therefore $ac_aux_dir as well) can be either absolute or relative,
48
 
# depending on how configure is run.  This is pretty annoying, since
49
 
# it makes $ac_aux_dir quite unusable in subdirectories: in the top
50
 
# source directory, any form will work fine, but in subdirectories a
51
 
# relative path needs to be adjusted first.
52
 
#
53
 
# $ac_aux_dir/missing
54
 
#    fails when called from a subdirectory if $ac_aux_dir is relative
55
 
# $top_srcdir/$ac_aux_dir/missing
56
 
#    fails if $ac_aux_dir is absolute,
57
 
#    fails when called from a subdirectory in a VPATH build with
58
 
#          a relative $ac_aux_dir
59
 
#
60
 
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
61
 
# are both prefixed by $srcdir.  In an in-source build this is usually
62
 
# harmless because $srcdir is `.', but things will broke when you
63
 
# start a VPATH build or use an absolute $srcdir.
64
 
#
65
 
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
66
 
# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
67
 
#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
68
 
# and then we would define $MISSING as
69
 
#   MISSING="\${SHELL} $am_aux_dir/missing"
70
 
# This will work as long as MISSING is not called from configure, because
71
 
# unfortunately $(top_srcdir) has no meaning in configure.
72
 
# However there are other variables, like CC, which are often used in
73
 
# configure, and could therefore not use this "fixed" $ac_aux_dir.
74
 
#
75
 
# Another solution, used here, is to always expand $ac_aux_dir to an
76
 
# absolute PATH.  The drawback is that using absolute paths prevent a
77
 
# configured tree to be moved without reconfiguration.
78
 
 
79
 
AC_DEFUN([AM_AUX_DIR_EXPAND],
80
 
[dnl Rely on autoconf to set up CDPATH properly.
81
 
AC_PREREQ([2.50])dnl
82
 
# expand $ac_aux_dir to an absolute path
83
 
am_aux_dir=`cd $ac_aux_dir && pwd`
84
 
])
85
 
 
86
 
 
87
 
# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
88
 
# Free Software Foundation, Inc.
89
 
#
90
 
# This file is free software; the Free Software Foundation
91
 
# gives unlimited permission to copy and/or distribute it,
92
 
# with or without modifications, as long as this notice is preserved.
93
 
 
94
 
# serial 4
95
 
 
96
 
# This was merged into AC_PROG_CC in Autoconf.
97
 
 
98
 
AU_DEFUN([AM_PROG_CC_STDC],
99
 
[AC_PROG_CC
100
 
AC_DIAGNOSE([obsolete], [$0:
101
 
        your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
102
 
        `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
103
 
        you adjust the code.  You can also remove the above call to
104
 
        AC_PROG_CC if you already called it elsewhere.])
105
 
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
106
 
])
107
 
AU_DEFUN([fp_PROG_CC_STDC])
108
 
 
109
 
# AM_CONDITIONAL                                            -*- Autoconf -*-
110
 
 
111
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
112
 
# Free Software Foundation, Inc.
113
 
#
114
 
# This file is free software; the Free Software Foundation
115
 
# gives unlimited permission to copy and/or distribute it,
116
 
# with or without modifications, as long as this notice is preserved.
117
 
 
118
 
# serial 7
119
 
 
120
 
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
121
 
# -------------------------------------
122
 
# Define a conditional.
123
 
AC_DEFUN([AM_CONDITIONAL],
124
 
[AC_PREREQ(2.52)dnl
125
 
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
126
 
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127
 
AC_SUBST([$1_TRUE])
128
 
AC_SUBST([$1_FALSE])
129
 
if $2; then
130
 
  $1_TRUE=
131
 
  $1_FALSE='#'
132
 
else
133
 
  $1_TRUE='#'
134
 
  $1_FALSE=
135
 
fi
136
 
AC_CONFIG_COMMANDS_PRE(
137
 
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
138
 
  AC_MSG_ERROR([[conditional "$1" was never defined.
139
 
Usually this means the macro was only invoked conditionally.]])
140
 
fi])])
141
 
 
142
 
 
143
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
144
 
# Free Software Foundation, Inc.
145
 
#
146
 
# This file is free software; the Free Software Foundation
147
 
# gives unlimited permission to copy and/or distribute it,
148
 
# with or without modifications, as long as this notice is preserved.
149
 
 
150
 
# serial 8
151
 
 
152
 
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
153
 
# written in clear, in which case automake, when reading aclocal.m4,
154
 
# will think it sees a *use*, and therefore will trigger all it's
155
 
# C support machinery.  Also note that it means that autoscan, seeing
156
 
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
157
 
 
158
 
 
159
 
# _AM_DEPENDENCIES(NAME)
160
 
# ----------------------
161
 
# See how the compiler implements dependency checking.
162
 
# NAME is "CC", "CXX", "GCJ", or "OBJC".
163
 
# We try a few techniques and use that to set a single cache variable.
164
 
#
165
 
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
166
 
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
167
 
# dependency, and given that the user is not expected to run this macro,
168
 
# just rely on AC_PROG_CC.
169
 
AC_DEFUN([_AM_DEPENDENCIES],
170
 
[AC_REQUIRE([AM_SET_DEPDIR])dnl
171
 
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
172
 
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
173
 
AC_REQUIRE([AM_DEP_TRACK])dnl
174
 
 
175
 
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
176
 
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
177
 
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178
 
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
179
 
                   [depcc="$$1"   am_compiler_list=])
180
 
 
181
 
AC_CACHE_CHECK([dependency style of $depcc],
182
 
               [am_cv_$1_dependencies_compiler_type],
183
 
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
184
 
  # We make a subdir and do the tests there.  Otherwise we can end up
185
 
  # making bogus files that we don't know about and never remove.  For
186
 
  # instance it was reported that on HP-UX the gcc test will end up
187
 
  # making a dummy file named `D' -- because `-MD' means `put the output
188
 
  # in D'.
189
 
  mkdir conftest.dir
190
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
191
 
  # using a relative directory.
192
 
  cp "$am_depcomp" conftest.dir
193
 
  cd conftest.dir
194
 
  # We will build objects and dependencies in a subdirectory because
195
 
  # it helps to detect inapplicable dependency modes.  For instance
196
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
197
 
  # side effect of compilation, but ICC will put the dependencies in
198
 
  # the current directory while Tru64 will put them in the object
199
 
  # directory.
200
 
  mkdir sub
201
 
 
202
 
  am_cv_$1_dependencies_compiler_type=none
203
 
  if test "$am_compiler_list" = ""; then
204
 
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
205
 
  fi
206
 
  for depmode in $am_compiler_list; do
207
 
    # Setup a source with many dependencies, because some compilers
208
 
    # like to wrap large dependency lists on column 80 (with \), and
209
 
    # we should not choose a depcomp mode which is confused by this.
210
 
    #
211
 
    # We need to recreate these files for each test, as the compiler may
212
 
    # overwrite some of them when testing with obscure command lines.
213
 
    # This happens at least with the AIX C compiler.
214
 
    : > sub/conftest.c
215
 
    for i in 1 2 3 4 5 6; do
216
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
217
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
218
 
      # Solaris 8's {/usr,}/bin/sh.
219
 
      touch sub/conftst$i.h
220
 
    done
221
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
222
 
 
223
 
    case $depmode in
224
 
    nosideeffect)
225
 
      # after this tag, mechanisms are not by side-effect, so they'll
226
 
      # only be used when explicitly requested
227
 
      if test "x$enable_dependency_tracking" = xyes; then
228
 
        continue
229
 
      else
230
 
        break
231
 
      fi
232
 
      ;;
233
 
    none) break ;;
234
 
    esac
235
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
236
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
237
 
    # handle `-M -o', and we need to detect this.
238
 
    if depmode=$depmode \
239
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
240
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
241
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
242
 
         >/dev/null 2>conftest.err &&
243
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
244
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
245
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
246
 
      # icc doesn't choke on unknown options, it will just issue warnings
247
 
      # or remarks (even with -Werror).  So we grep stderr for any message
248
 
      # that says an option was ignored or not supported.
249
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
250
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
251
 
      # The diagnosis changed in icc 8.0:
252
 
      #   icc: Command line remark: option '-MP' not supported
253
 
      if (grep 'ignoring option' conftest.err ||
254
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
255
 
        am_cv_$1_dependencies_compiler_type=$depmode
256
 
        break
257
 
      fi
258
 
    fi
259
 
  done
260
 
 
261
 
  cd ..
262
 
  rm -rf conftest.dir
263
 
else
264
 
  am_cv_$1_dependencies_compiler_type=none
265
 
fi
266
 
])
267
 
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
268
 
AM_CONDITIONAL([am__fastdep$1], [
269
 
  test "x$enable_dependency_tracking" != xno \
270
 
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
271
 
])
272
 
 
273
 
 
274
 
# AM_SET_DEPDIR
275
 
# -------------
276
 
# Choose a directory name for dependency files.
277
 
# This macro is AC_REQUIREd in _AM_DEPENDENCIES
278
 
AC_DEFUN([AM_SET_DEPDIR],
279
 
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
280
 
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
281
 
])
282
 
 
283
 
 
284
 
# AM_DEP_TRACK
285
 
# ------------
286
 
AC_DEFUN([AM_DEP_TRACK],
287
 
[AC_ARG_ENABLE(dependency-tracking,
288
 
[  --disable-dependency-tracking  speeds up one-time build
289
 
  --enable-dependency-tracking   do not reject slow dependency extractors])
290
 
if test "x$enable_dependency_tracking" != xno; then
291
 
  am_depcomp="$ac_aux_dir/depcomp"
292
 
  AMDEPBACKSLASH='\'
293
 
fi
294
 
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
295
 
AC_SUBST([AMDEPBACKSLASH])
296
 
])
297
 
 
298
 
# Generate code to set up dependency tracking.              -*- Autoconf -*-
299
 
 
300
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
301
 
# Free Software Foundation, Inc.
302
 
#
303
 
# This file is free software; the Free Software Foundation
304
 
# gives unlimited permission to copy and/or distribute it,
305
 
# with or without modifications, as long as this notice is preserved.
306
 
 
307
 
#serial 3
308
 
 
309
 
# _AM_OUTPUT_DEPENDENCY_COMMANDS
310
 
# ------------------------------
311
 
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
312
 
[for mf in $CONFIG_FILES; do
313
 
  # Strip MF so we end up with the name of the file.
314
 
  mf=`echo "$mf" | sed -e 's/:.*$//'`
315
 
  # Check whether this is an Automake generated Makefile or not.
316
 
  # We used to match only the files named `Makefile.in', but
317
 
  # some people rename them; so instead we look at the file content.
318
 
  # Grep'ing the first line is not enough: some people post-process
319
 
  # each Makefile.in and add a new line on top of each file to say so.
320
 
  # So let's grep whole file.
321
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
322
 
    dirpart=`AS_DIRNAME("$mf")`
323
 
  else
324
 
    continue
325
 
  fi
326
 
  # Extract the definition of DEPDIR, am__include, and am__quote
327
 
  # from the Makefile without running `make'.
328
 
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
329
 
  test -z "$DEPDIR" && continue
330
 
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
331
 
  test -z "am__include" && continue
332
 
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
333
 
  # When using ansi2knr, U may be empty or an underscore; expand it
334
 
  U=`sed -n 's/^U = //p' < "$mf"`
335
 
  # Find all dependency output files, they are included files with
336
 
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
337
 
  # simplest approach to changing $(DEPDIR) to its actual value in the
338
 
  # expansion.
339
 
  for file in `sed -n "
340
 
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
341
 
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
342
 
    # Make sure the directory exists.
343
 
    test -f "$dirpart/$file" && continue
344
 
    fdir=`AS_DIRNAME(["$file"])`
345
 
    AS_MKDIR_P([$dirpart/$fdir])
346
 
    # echo "creating $dirpart/$file"
347
 
    echo '# dummy' > "$dirpart/$file"
348
 
  done
349
 
done
350
 
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
351
 
 
352
 
 
353
 
# AM_OUTPUT_DEPENDENCY_COMMANDS
354
 
# -----------------------------
355
 
# This macro should only be invoked once -- use via AC_REQUIRE.
356
 
#
357
 
# This code is only required when automatic dependency tracking
358
 
# is enabled.  FIXME.  This creates each `.P' file that we will
359
 
# need in order to bootstrap the dependency handling code.
360
 
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
361
 
[AC_CONFIG_COMMANDS([depfiles],
362
 
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
363
 
     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
364
 
])
365
 
 
366
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
367
 
# Free Software Foundation, Inc.
368
 
#
369
 
# This file is free software; the Free Software Foundation
370
 
# gives unlimited permission to copy and/or distribute it,
371
 
# with or without modifications, as long as this notice is preserved.
372
 
 
373
 
# serial 8
374
 
 
375
 
# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
376
 
AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
377
 
 
378
 
# Do all the work for Automake.                             -*- Autoconf -*-
379
 
 
380
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
381
 
# Free Software Foundation, Inc.
382
 
#
383
 
# This file is free software; the Free Software Foundation
384
 
# gives unlimited permission to copy and/or distribute it,
385
 
# with or without modifications, as long as this notice is preserved.
386
 
 
387
 
# serial 12
388
 
 
389
 
# This macro actually does too much.  Some checks are only needed if
390
 
# your package does certain things.  But this isn't really a big deal.
391
 
 
392
 
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
393
 
# AM_INIT_AUTOMAKE([OPTIONS])
394
 
# -----------------------------------------------
395
 
# The call with PACKAGE and VERSION arguments is the old style
396
 
# call (pre autoconf-2.50), which is being phased out.  PACKAGE
397
 
# and VERSION should now be passed to AC_INIT and removed from
398
 
# the call to AM_INIT_AUTOMAKE.
399
 
# We support both call styles for the transition.  After
400
 
# the next Automake release, Autoconf can make the AC_INIT
401
 
# arguments mandatory, and then we can depend on a new Autoconf
402
 
# release and drop the old call support.
403
 
AC_DEFUN([AM_INIT_AUTOMAKE],
404
 
[AC_PREREQ([2.58])dnl
405
 
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
406
 
dnl the ones we care about.
407
 
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
408
 
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
409
 
AC_REQUIRE([AC_PROG_INSTALL])dnl
410
 
# test to see if srcdir already configured
411
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
412
 
   test -f $srcdir/config.status; then
413
 
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
414
 
fi
415
 
 
416
 
# test whether we have cygpath
417
 
if test -z "$CYGPATH_W"; then
418
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
419
 
    CYGPATH_W='cygpath -w'
420
 
  else
421
 
    CYGPATH_W=echo
422
 
  fi
423
 
fi
424
 
AC_SUBST([CYGPATH_W])
425
 
 
426
 
# Define the identity of the package.
427
 
dnl Distinguish between old-style and new-style calls.
428
 
m4_ifval([$2],
429
 
[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
430
 
 AC_SUBST([PACKAGE], [$1])dnl
431
 
 AC_SUBST([VERSION], [$2])],
432
 
[_AM_SET_OPTIONS([$1])dnl
433
 
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
434
 
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
435
 
 
436
 
_AM_IF_OPTION([no-define],,
437
 
[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
438
 
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
439
 
 
440
 
# Some tools Automake needs.
441
 
AC_REQUIRE([AM_SANITY_CHECK])dnl
442
 
AC_REQUIRE([AC_ARG_PROGRAM])dnl
443
 
AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
444
 
AM_MISSING_PROG(AUTOCONF, autoconf)
445
 
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
446
 
AM_MISSING_PROG(AUTOHEADER, autoheader)
447
 
AM_MISSING_PROG(MAKEINFO, makeinfo)
448
 
AM_PROG_INSTALL_SH
449
 
AM_PROG_INSTALL_STRIP
450
 
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
451
 
# We need awk for the "check" target.  The system "awk" is bad on
452
 
# some platforms.
453
 
AC_REQUIRE([AC_PROG_AWK])dnl
454
 
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
455
 
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
456
 
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
457
 
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
458
 
                             [_AM_PROG_TAR([v7])])])
459
 
_AM_IF_OPTION([no-dependencies],,
460
 
[AC_PROVIDE_IFELSE([AC_PROG_CC],
461
 
                  [_AM_DEPENDENCIES(CC)],
462
 
                  [define([AC_PROG_CC],
463
 
                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
464
 
AC_PROVIDE_IFELSE([AC_PROG_CXX],
465
 
                  [_AM_DEPENDENCIES(CXX)],
466
 
                  [define([AC_PROG_CXX],
467
 
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
468
 
])
469
 
])
470
 
 
471
 
 
472
 
# When config.status generates a header, we must update the stamp-h file.
473
 
# This file resides in the same directory as the config header
474
 
# that is generated.  The stamp files are numbered to have different names.
475
 
 
476
 
# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
477
 
# loop where config.status creates the headers, so we can generate
478
 
# our stamp files there.
479
 
AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
480
 
[# Compute $1's index in $config_headers.
481
 
_am_stamp_count=1
482
 
for _am_header in $config_headers :; do
483
 
  case $_am_header in
484
 
    $1 | $1:* )
485
 
      break ;;
486
 
    * )
487
 
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
488
 
  esac
489
 
done
490
 
echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
491
 
 
492
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
493
 
#
494
 
# This file is free software; the Free Software Foundation
495
 
# gives unlimited permission to copy and/or distribute it,
496
 
# with or without modifications, as long as this notice is preserved.
497
 
 
498
 
# AM_PROG_INSTALL_SH
499
 
# ------------------
500
 
# Define $install_sh.
501
 
AC_DEFUN([AM_PROG_INSTALL_SH],
502
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
503
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
504
 
AC_SUBST(install_sh)])
505
 
 
506
 
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
507
 
#
508
 
# This file is free software; the Free Software Foundation
509
 
# gives unlimited permission to copy and/or distribute it,
510
 
# with or without modifications, as long as this notice is preserved.
511
 
 
512
 
# serial 2
513
 
 
514
 
# Check whether the underlying file-system supports filenames
515
 
# with a leading dot.  For instance MS-DOS doesn't.
516
 
AC_DEFUN([AM_SET_LEADING_DOT],
517
 
[rm -rf .tst 2>/dev/null
518
 
mkdir .tst 2>/dev/null
519
 
if test -d .tst; then
520
 
  am__leading_dot=.
521
 
else
522
 
  am__leading_dot=_
523
 
fi
524
 
rmdir .tst 2>/dev/null
525
 
AC_SUBST([am__leading_dot])])
526
 
 
527
 
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
528
 
 
529
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
530
 
#
531
 
# This file is free software; the Free Software Foundation
532
 
# gives unlimited permission to copy and/or distribute it,
533
 
# with or without modifications, as long as this notice is preserved.
534
 
 
535
 
# serial 3
536
 
 
537
 
# AM_MAKE_INCLUDE()
538
 
# -----------------
539
 
# Check to see how make treats includes.
540
 
AC_DEFUN([AM_MAKE_INCLUDE],
541
 
[am_make=${MAKE-make}
542
 
cat > confinc << 'END'
543
 
am__doit:
544
 
        @echo done
545
 
.PHONY: am__doit
546
 
END
547
 
# If we don't find an include directive, just comment out the code.
548
 
AC_MSG_CHECKING([for style of include used by $am_make])
549
 
am__include="#"
550
 
am__quote=
551
 
_am_result=none
552
 
# First try GNU make style include.
553
 
echo "include confinc" > confmf
554
 
# We grep out `Entering directory' and `Leaving directory'
555
 
# messages which can occur if `w' ends up in MAKEFLAGS.
556
 
# In particular we don't look at `^make:' because GNU make might
557
 
# be invoked under some other name (usually "gmake"), in which
558
 
# case it prints its new name instead of `make'.
559
 
if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
560
 
   am__include=include
561
 
   am__quote=
562
 
   _am_result=GNU
563
 
fi
564
 
# Now try BSD make style include.
565
 
if test "$am__include" = "#"; then
566
 
   echo '.include "confinc"' > confmf
567
 
   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
568
 
      am__include=.include
569
 
      am__quote="\""
570
 
      _am_result=BSD
571
 
   fi
572
 
fi
573
 
AC_SUBST([am__include])
574
 
AC_SUBST([am__quote])
575
 
AC_MSG_RESULT([$_am_result])
576
 
rm -f confinc confmf
577
 
])
578
 
 
579
 
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
580
 
 
581
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
582
 
# Free Software Foundation, Inc.
583
 
#
584
 
# This file is free software; the Free Software Foundation
585
 
# gives unlimited permission to copy and/or distribute it,
586
 
# with or without modifications, as long as this notice is preserved.
587
 
 
588
 
# serial 4
589
 
 
590
 
# AM_MISSING_PROG(NAME, PROGRAM)
591
 
# ------------------------------
592
 
AC_DEFUN([AM_MISSING_PROG],
593
 
[AC_REQUIRE([AM_MISSING_HAS_RUN])
594
 
$1=${$1-"${am_missing_run}$2"}
595
 
AC_SUBST($1)])
596
 
 
597
 
 
598
 
# AM_MISSING_HAS_RUN
599
 
# ------------------
600
 
# Define MISSING if not defined so far and test if it supports --run.
601
 
# If it does, set am_missing_run to use it, otherwise, to nothing.
602
 
AC_DEFUN([AM_MISSING_HAS_RUN],
603
 
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
604
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
605
 
# Use eval to expand $SHELL
606
 
if eval "$MISSING --run true"; then
607
 
  am_missing_run="$MISSING --run "
608
 
else
609
 
  am_missing_run=
610
 
  AC_MSG_WARN([`missing' script is too old or missing])
611
 
fi
612
 
])
613
 
 
614
 
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
615
 
#
616
 
# This file is free software; the Free Software Foundation
617
 
# gives unlimited permission to copy and/or distribute it,
618
 
# with or without modifications, as long as this notice is preserved.
619
 
 
620
 
# AM_PROG_MKDIR_P
621
 
# ---------------
622
 
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
623
 
#
624
 
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
625
 
# created by `make install' are always world readable, even if the
626
 
# installer happens to have an overly restrictive umask (e.g. 077).
627
 
# This was a mistake.  There are at least two reasons why we must not
628
 
# use `-m 0755':
629
 
#   - it causes special bits like SGID to be ignored,
630
 
#   - it may be too restrictive (some setups expect 775 directories).
631
 
#
632
 
# Do not use -m 0755 and let people choose whatever they expect by
633
 
# setting umask.
634
 
#
635
 
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
636
 
# Some implementations (such as Solaris 8's) are not thread-safe: if a
637
 
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
638
 
# concurrently, both version can detect that a/ is missing, but only
639
 
# one can create it and the other will error out.  Consequently we
640
 
# restrict ourselves to GNU make (using the --version option ensures
641
 
# this.)
642
 
AC_DEFUN([AM_PROG_MKDIR_P],
643
 
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
644
 
  # We used to keeping the `.' as first argument, in order to
645
 
  # allow $(mkdir_p) to be used without argument.  As in
646
 
  #   $(mkdir_p) $(somedir)
647
 
  # where $(somedir) is conditionally defined.  However this is wrong
648
 
  # for two reasons:
649
 
  #  1. if the package is installed by a user who cannot write `.'
650
 
  #     make install will fail,
651
 
  #  2. the above comment should most certainly read
652
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
653
 
  #     so it does not work when $(somedir) is undefined and
654
 
  #     $(DESTDIR) is not.
655
 
  #  To support the latter case, we have to write
656
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
657
 
  #  so the `.' trick is pointless.
658
 
  mkdir_p='mkdir -p --'
659
 
else
660
 
  # On NextStep and OpenStep, the `mkdir' command does not
661
 
  # recognize any option.  It will interpret all options as
662
 
  # directories to create, and then abort because `.' already
663
 
  # exists.
664
 
  for d in ./-p ./--version;
665
 
  do
666
 
    test -d $d && rmdir $d
667
 
  done
668
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
669
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
670
 
    mkdir_p='$(mkinstalldirs)'
671
 
  else
672
 
    mkdir_p='$(install_sh) -d'
673
 
  fi
674
 
fi
675
 
AC_SUBST([mkdir_p])])
676
 
 
677
 
# Helper functions for option handling.                     -*- Autoconf -*-
678
 
 
679
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
680
 
#
681
 
# This file is free software; the Free Software Foundation
682
 
# gives unlimited permission to copy and/or distribute it,
683
 
# with or without modifications, as long as this notice is preserved.
684
 
 
685
 
# serial 3
686
 
 
687
 
# _AM_MANGLE_OPTION(NAME)
688
 
# -----------------------
689
 
AC_DEFUN([_AM_MANGLE_OPTION],
690
 
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
691
 
 
692
 
# _AM_SET_OPTION(NAME)
693
 
# ------------------------------
694
 
# Set option NAME.  Presently that only means defining a flag for this option.
695
 
AC_DEFUN([_AM_SET_OPTION],
696
 
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
697
 
 
698
 
# _AM_SET_OPTIONS(OPTIONS)
699
 
# ----------------------------------
700
 
# OPTIONS is a space-separated list of Automake options.
701
 
AC_DEFUN([_AM_SET_OPTIONS],
702
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
703
 
 
704
 
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
705
 
# -------------------------------------------
706
 
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
707
 
AC_DEFUN([_AM_IF_OPTION],
708
 
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
709
 
 
710
 
# Check to make sure that the build environment is sane.    -*- Autoconf -*-
711
 
 
712
 
# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
713
 
# Free Software Foundation, Inc.
714
 
#
715
 
# This file is free software; the Free Software Foundation
716
 
# gives unlimited permission to copy and/or distribute it,
717
 
# with or without modifications, as long as this notice is preserved.
718
 
 
719
 
# serial 4
720
 
 
721
 
# AM_SANITY_CHECK
722
 
# ---------------
723
 
AC_DEFUN([AM_SANITY_CHECK],
724
 
[AC_MSG_CHECKING([whether build environment is sane])
725
 
# Just in case
726
 
sleep 1
727
 
echo timestamp > conftest.file
728
 
# Do `set' in a subshell so we don't clobber the current shell's
729
 
# arguments.  Must try -L first in case configure is actually a
730
 
# symlink; some systems play weird games with the mod time of symlinks
731
 
# (eg FreeBSD returns the mod time of the symlink's containing
732
 
# directory).
733
 
if (
734
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
735
 
   if test "$[*]" = "X"; then
736
 
      # -L didn't work.
737
 
      set X `ls -t $srcdir/configure conftest.file`
738
 
   fi
739
 
   rm -f conftest.file
740
 
   if test "$[*]" != "X $srcdir/configure conftest.file" \
741
 
      && test "$[*]" != "X conftest.file $srcdir/configure"; then
742
 
 
743
 
      # If neither matched, then we have a broken ls.  This can happen
744
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
745
 
      # broken ls alias from the environment.  This has actually
746
 
      # happened.  Such a system could not be considered "sane".
747
 
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
748
 
alias in your environment])
749
 
   fi
750
 
 
751
 
   test "$[2]" = conftest.file
752
 
   )
753
 
then
754
 
   # Ok.
755
 
   :
756
 
else
757
 
   AC_MSG_ERROR([newly created file is older than distributed files!
758
 
Check your system clock])
759
 
fi
760
 
AC_MSG_RESULT(yes)])
761
 
 
762
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
763
 
#
764
 
# This file is free software; the Free Software Foundation
765
 
# gives unlimited permission to copy and/or distribute it,
766
 
# with or without modifications, as long as this notice is preserved.
767
 
 
768
 
# AM_PROG_INSTALL_STRIP
769
 
# ---------------------
770
 
# One issue with vendor `install' (even GNU) is that you can't
771
 
# specify the program used to strip binaries.  This is especially
772
 
# annoying in cross-compiling environments, where the build's strip
773
 
# is unlikely to handle the host's binaries.
774
 
# Fortunately install-sh will honor a STRIPPROG variable, so we
775
 
# always use install-sh in `make install-strip', and initialize
776
 
# STRIPPROG with the value of the STRIP variable (set by the user).
777
 
AC_DEFUN([AM_PROG_INSTALL_STRIP],
778
 
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
779
 
# Installed binaries are usually stripped using `strip' when the user
780
 
# run `make install-strip'.  However `strip' might not be the right
781
 
# tool to use in cross-compilation environments, therefore Automake
782
 
# will honor the `STRIP' environment variable to overrule this program.
783
 
dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
784
 
if test "$cross_compiling" != no; then
785
 
  AC_CHECK_TOOL([STRIP], [strip], :)
786
 
fi
787
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
788
 
AC_SUBST([INSTALL_STRIP_PROGRAM])])
789
 
 
790
 
# Check how to create a tarball.                            -*- Autoconf -*-
791
 
 
792
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
793
 
#
794
 
# This file is free software; the Free Software Foundation
795
 
# gives unlimited permission to copy and/or distribute it,
796
 
# with or without modifications, as long as this notice is preserved.
797
 
 
798
 
# serial 2
799
 
 
800
 
# _AM_PROG_TAR(FORMAT)
801
 
# --------------------
802
 
# Check how to create a tarball in format FORMAT.
803
 
# FORMAT should be one of `v7', `ustar', or `pax'.
804
 
#
805
 
# Substitute a variable $(am__tar) that is a command
806
 
# writing to stdout a FORMAT-tarball containing the directory
807
 
# $tardir.
808
 
#     tardir=directory && $(am__tar) > result.tar
809
 
#
810
 
# Substitute a variable $(am__untar) that extract such
811
 
# a tarball read from stdin.
812
 
#     $(am__untar) < result.tar
813
 
AC_DEFUN([_AM_PROG_TAR],
814
 
[# Always define AMTAR for backward compatibility.
815
 
AM_MISSING_PROG([AMTAR], [tar])
816
 
m4_if([$1], [v7],
817
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
818
 
     [m4_case([$1], [ustar],, [pax],,
819
 
              [m4_fatal([Unknown tar format])])
820
 
AC_MSG_CHECKING([how to create a $1 tar archive])
821
 
# Loop over all known methods to create a tar archive until one works.
822
 
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
823
 
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
824
 
# Do not fold the above two line into one, because Tru64 sh and
825
 
# Solaris sh will not grok spaces in the rhs of `-'.
826
 
for _am_tool in $_am_tools
827
 
do
828
 
  case $_am_tool in
829
 
  gnutar)
830
 
    for _am_tar in tar gnutar gtar;
831
 
    do
832
 
      AM_RUN_LOG([$_am_tar --version]) && break
833
 
    done
834
 
    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
835
 
    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
836
 
    am__untar="$_am_tar -xf -"
837
 
    ;;
838
 
  plaintar)
839
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
840
 
    # ustar tarball either.
841
 
    (tar --version) >/dev/null 2>&1 && continue
842
 
    am__tar='tar chf - "$$tardir"'
843
 
    am__tar_='tar chf - "$tardir"'
844
 
    am__untar='tar xf -'
845
 
    ;;
846
 
  pax)
847
 
    am__tar='pax -L -x $1 -w "$$tardir"'
848
 
    am__tar_='pax -L -x $1 -w "$tardir"'
849
 
    am__untar='pax -r'
850
 
    ;;
851
 
  cpio)
852
 
    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
853
 
    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
854
 
    am__untar='cpio -i -H $1 -d'
855
 
    ;;
856
 
  none)
857
 
    am__tar=false
858
 
    am__tar_=false
859
 
    am__untar=false
860
 
    ;;
861
 
  esac
862
 
 
863
 
  # If the value was cached, stop now.  We just wanted to have am__tar
864
 
  # and am__untar set.
865
 
  test -n "${am_cv_prog_tar_$1}" && break
866
 
 
867
 
  # tar/untar a dummy directory, and stop if the command works
868
 
  rm -rf conftest.dir
869
 
  mkdir conftest.dir
870
 
  echo GrepMe > conftest.dir/file
871
 
  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
872
 
  rm -rf conftest.dir
873
 
  if test -s conftest.tar; then
874
 
    AM_RUN_LOG([$am__untar <conftest.tar])
875
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
876
 
  fi
877
 
done
878
 
rm -rf conftest.dir
879
 
 
880
 
AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
881
 
AC_MSG_RESULT([$am_cv_prog_tar_$1])])
882
 
AC_SUBST([am__tar])
883
 
AC_SUBST([am__untar])
884
 
]) # _AM_PROG_TAR
885
 
 
886
 
m4_include([acinclude.m4])