~ubuntu-branches/debian/jessie/libcxgb3/jessie

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Roland Dreier
  • Date: 2011-07-06 23:39:20 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20110706233920-jg80ov5y8w7ztcgo
Tags: 1.3.0-1
* New upstream release.
  - Support device IDs 0x35 and 0x36.
  - Support sq_sig_all QP attribute.
  - Other fixes.
* Use libibverbs 1.1.3 feature to move plugin to /usr/lib/libibverbs
  to fix multiple problems with a not-exactly-shlib in /usr/lib.
* Fix debian/watch file to avoid bad uversionmangle pattern.
* Switch to dpkg-source 3.0 (quilt) format.
* Change build system from cdbs to debhelper 7.
* Update maintainer and set DM-Upload-Allowed to yes.  (Closes: #632105)
* Acknowledge NMU (Closes: #621552).
* Update to Standards-Version: 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006  Free Software Foundation, Inc.
 
4
# 2005  Free Software Foundation, Inc.
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
7
7
# with or without modifications, as long as this notice is preserved.
11
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
12
# PARTICULAR PURPOSE.
13
13
 
14
 
m4_if(m4_PACKAGE_VERSION, [2.61],,
15
 
[m4_fatal([this file was generated for autoconf 2.61.
16
 
You have another version of autoconf.  If you want to use that,
17
 
you should regenerate the build system entirely.], [63])])
18
 
 
19
14
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
20
15
 
21
16
# serial 48 AC_PROG_LIBTOOL
1602
1597
 
1603
1598
  # Append ld.so.conf contents to the search path
1604
1599
  if test -f /etc/ld.so.conf; then
1605
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/^[  ]*//;s/#.*//;/^[^\/]/d;s/[:,   ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
1600
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,        ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1606
1601
    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
1607
1602
  fi
1608
1603
 
4310
4305
# Is the compiler the GNU C compiler?
4311
4306
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4312
4307
 
 
4308
gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\`
 
4309
gcc_ver=\`gcc -dumpversion\`
 
4310
 
4313
4311
# An ERE matcher.
4314
4312
EGREP=$lt_EGREP
4315
4313
 
4443
4441
 
4444
4442
# Dependencies to place before the objects being linked to create a
4445
4443
# shared library.
4446
 
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
 
4444
predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4447
4445
 
4448
4446
# Dependencies to place after the objects being linked to create a
4449
4447
# shared library.
4450
 
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
 
4448
postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4451
4449
 
4452
4450
# Dependencies to place before the objects being linked to create a
4453
4451
# shared library.
4459
4457
 
4460
4458
# The library search path used internally by the compiler when linking
4461
4459
# a shared library.
4462
 
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
 
4460
compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4463
4461
 
4464
4462
# Method to check whether dependent libraries are shared objects.
4465
4463
deplibs_check_method=$lt_deplibs_check_method
4539
4537
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4540
4538
 
4541
4539
# Compile-time system search path for libraries
4542
 
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
4540
sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\`
4543
4541
 
4544
4542
# Run-time system search path for libraries
4545
4543
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
6412
6410
AC_MSG_RESULT([$SED])
6413
6411
])
6414
6412
 
6415
 
# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
 
6413
# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
6416
6414
#
6417
6415
# This file is free software; the Free Software Foundation
6418
6416
# gives unlimited permission to copy and/or distribute it,
6422
6420
# ----------------------------
6423
6421
# Automake X.Y traces this macro to ensure aclocal.m4 has been
6424
6422
# generated from the m4 files accompanying Automake X.Y.
6425
 
# (This private macro should not be called outside this file.)
6426
 
AC_DEFUN([AM_AUTOMAKE_VERSION],
6427
 
[am__api_version='1.10'
6428
 
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6429
 
dnl require some minimum version.  Point them to the right macro.
6430
 
m4_if([$1], [1.10], [],
6431
 
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6432
 
])
6433
 
 
6434
 
# _AM_AUTOCONF_VERSION(VERSION)
6435
 
# -----------------------------
6436
 
# aclocal traces this macro to find the Autoconf version.
6437
 
# This is a private macro too.  Using m4_define simplifies
6438
 
# the logic in aclocal, which can simply ignore this definition.
6439
 
m4_define([_AM_AUTOCONF_VERSION], [])
 
6423
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
6440
6424
 
6441
6425
# AM_SET_CURRENT_AUTOMAKE_VERSION
6442
6426
# -------------------------------
6443
 
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
6427
# Call AM_AUTOMAKE_VERSION so it can be traced.
6444
6428
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6445
6429
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6446
 
[AM_AUTOMAKE_VERSION([1.10])dnl
6447
 
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
 
6430
         [AM_AUTOMAKE_VERSION([1.9.6])])
6448
6431
 
6449
6432
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
6450
6433
 
6501
6484
 
6502
6485
# AM_CONDITIONAL                                            -*- Autoconf -*-
6503
6486
 
6504
 
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
6487
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
6505
6488
# Free Software Foundation, Inc.
6506
6489
#
6507
6490
# This file is free software; the Free Software Foundation
6508
6491
# gives unlimited permission to copy and/or distribute it,
6509
6492
# with or without modifications, as long as this notice is preserved.
6510
6493
 
6511
 
# serial 8
 
6494
# serial 7
6512
6495
 
6513
6496
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
6514
6497
# -------------------------------------
6517
6500
[AC_PREREQ(2.52)dnl
6518
6501
 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
6519
6502
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
6520
 
AC_SUBST([$1_TRUE])dnl
6521
 
AC_SUBST([$1_FALSE])dnl
6522
 
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
6523
 
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
6503
AC_SUBST([$1_TRUE])
 
6504
AC_SUBST([$1_FALSE])
6524
6505
if $2; then
6525
6506
  $1_TRUE=
6526
6507
  $1_FALSE='#'
6534
6515
Usually this means the macro was only invoked conditionally.]])
6535
6516
fi])])
6536
6517
 
6537
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
6518
 
 
6519
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
6538
6520
# Free Software Foundation, Inc.
6539
6521
#
6540
6522
# This file is free software; the Free Software Foundation
6541
6523
# gives unlimited permission to copy and/or distribute it,
6542
6524
# with or without modifications, as long as this notice is preserved.
6543
6525
 
6544
 
# serial 9
 
6526
# serial 8
6545
6527
 
6546
6528
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
6547
6529
# written in clear, in which case automake, when reading aclocal.m4,
6569
6551
ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
6570
6552
       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
6571
6553
       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
6572
 
       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
6573
6554
       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
6574
6555
                   [depcc="$$1"   am_compiler_list=])
6575
6556
 
6635
6616
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6636
6617
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6637
6618
         >/dev/null 2>conftest.err &&
6638
 
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6639
6619
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6640
6620
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6641
6621
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6688
6668
  AMDEPBACKSLASH='\'
6689
6669
fi
6690
6670
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
6691
 
AC_SUBST([AMDEPBACKSLASH])dnl
6692
 
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
6671
AC_SUBST([AMDEPBACKSLASH])
6693
6672
])
6694
6673
 
6695
6674
# Generate code to set up dependency tracking.              -*- Autoconf -*-
6714
6693
  # some people rename them; so instead we look at the file content.
6715
6694
  # Grep'ing the first line is not enough: some people post-process
6716
6695
  # each Makefile.in and add a new line on top of each file to say so.
6717
 
  # Grep'ing the whole file is not good either: AIX grep has a line
6718
 
  # limit of 2048, but all sed's we know have understand at least 4000.
6719
 
  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
 
6696
  # So let's grep whole file.
 
6697
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
6720
6698
    dirpart=`AS_DIRNAME("$mf")`
6721
6699
  else
6722
6700
    continue
6775
6753
 
6776
6754
# Do all the work for Automake.                             -*- Autoconf -*-
6777
6755
 
6778
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6779
 
# 2005, 2006 Free Software Foundation, Inc.
 
6756
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
6757
# Free Software Foundation, Inc.
6780
6758
#
6781
6759
# This file is free software; the Free Software Foundation
6782
6760
# gives unlimited permission to copy and/or distribute it,
6799
6777
# arguments mandatory, and then we can depend on a new Autoconf
6800
6778
# release and drop the old call support.
6801
6779
AC_DEFUN([AM_INIT_AUTOMAKE],
6802
 
[AC_PREREQ([2.60])dnl
 
6780
[AC_PREREQ([2.58])dnl
6803
6781
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
6804
6782
dnl the ones we care about.
6805
6783
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
6806
6784
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
6807
6785
AC_REQUIRE([AC_PROG_INSTALL])dnl
6808
 
if test "`cd $srcdir && pwd`" != "`pwd`"; then
6809
 
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
6810
 
  # is not polluted with repeated "-I."
6811
 
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
6812
 
  # test to see if srcdir already configured
6813
 
  if test -f $srcdir/config.status; then
6814
 
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6815
 
  fi
 
6786
# test to see if srcdir already configured
 
6787
if test "`cd $srcdir && pwd`" != "`pwd`" &&
 
6788
   test -f $srcdir/config.status; then
 
6789
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
6816
6790
fi
6817
6791
 
6818
6792
# test whether we have cygpath
6832
6806
 AC_SUBST([PACKAGE], [$1])dnl
6833
6807
 AC_SUBST([VERSION], [$2])],
6834
6808
[_AM_SET_OPTIONS([$1])dnl
6835
 
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6836
 
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
6837
 
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
6838
6809
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
6839
6810
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
6840
6811
 
6870
6841
                  [_AM_DEPENDENCIES(CXX)],
6871
6842
                  [define([AC_PROG_CXX],
6872
6843
                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
6873
 
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
6874
 
                  [_AM_DEPENDENCIES(OBJC)],
6875
 
                  [define([AC_PROG_OBJC],
6876
 
                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
6877
6844
])
6878
6845
])
6879
6846
 
6909
6876
# Define $install_sh.
6910
6877
AC_DEFUN([AM_PROG_INSTALL_SH],
6911
6878
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
6912
 
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
6879
install_sh=${install_sh-"$am_aux_dir/install-sh"}
6913
6880
AC_SUBST(install_sh)])
6914
6881
 
6915
6882
# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
6987
6954
 
6988
6955
# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
6989
6956
 
6990
 
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
6957
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
6991
6958
# Free Software Foundation, Inc.
6992
6959
#
6993
6960
# This file is free software; the Free Software Foundation
6994
6961
# gives unlimited permission to copy and/or distribute it,
6995
6962
# with or without modifications, as long as this notice is preserved.
6996
6963
 
6997
 
# serial 5
 
6964
# serial 4
6998
6965
 
6999
6966
# AM_MISSING_PROG(NAME, PROGRAM)
7000
6967
# ------------------------------
7010
6977
# If it does, set am_missing_run to use it, otherwise, to nothing.
7011
6978
AC_DEFUN([AM_MISSING_HAS_RUN],
7012
6979
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
7013
 
AC_REQUIRE_AUX_FILE([missing])dnl
7014
6980
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
7015
6981
# Use eval to expand $SHELL
7016
6982
if eval "$MISSING --run true"; then
7021
6987
fi
7022
6988
])
7023
6989
 
7024
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6990
# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
7025
6991
#
7026
6992
# This file is free software; the Free Software Foundation
7027
6993
# gives unlimited permission to copy and/or distribute it,
7029
6995
 
7030
6996
# AM_PROG_MKDIR_P
7031
6997
# ---------------
7032
 
# Check for `mkdir -p'.
 
6998
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
 
6999
#
 
7000
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
 
7001
# created by `make install' are always world readable, even if the
 
7002
# installer happens to have an overly restrictive umask (e.g. 077).
 
7003
# This was a mistake.  There are at least two reasons why we must not
 
7004
# use `-m 0755':
 
7005
#   - it causes special bits like SGID to be ignored,
 
7006
#   - it may be too restrictive (some setups expect 775 directories).
 
7007
#
 
7008
# Do not use -m 0755 and let people choose whatever they expect by
 
7009
# setting umask.
 
7010
#
 
7011
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
 
7012
# Some implementations (such as Solaris 8's) are not thread-safe: if a
 
7013
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
 
7014
# concurrently, both version can detect that a/ is missing, but only
 
7015
# one can create it and the other will error out.  Consequently we
 
7016
# restrict ourselves to GNU make (using the --version option ensures
 
7017
# this.)
7033
7018
AC_DEFUN([AM_PROG_MKDIR_P],
7034
 
[AC_PREREQ([2.60])dnl
7035
 
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
7036
 
dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
7037
 
dnl while keeping a definition of mkdir_p for backward compatibility.
7038
 
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
7039
 
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
7040
 
dnl Makefile.ins that do not define MKDIR_P, so we do our own
7041
 
dnl adjustment using top_builddir (which is defined more often than
7042
 
dnl MKDIR_P).
7043
 
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
7044
 
case $mkdir_p in
7045
 
  [[\\/$]]* | ?:[[\\/]]*) ;;
7046
 
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
7047
 
esac
7048
 
])
 
7019
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
 
7020
  # We used to keeping the `.' as first argument, in order to
 
7021
  # allow $(mkdir_p) to be used without argument.  As in
 
7022
  #   $(mkdir_p) $(somedir)
 
7023
  # where $(somedir) is conditionally defined.  However this is wrong
 
7024
  # for two reasons:
 
7025
  #  1. if the package is installed by a user who cannot write `.'
 
7026
  #     make install will fail,
 
7027
  #  2. the above comment should most certainly read
 
7028
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
7029
  #     so it does not work when $(somedir) is undefined and
 
7030
  #     $(DESTDIR) is not.
 
7031
  #  To support the latter case, we have to write
 
7032
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
7033
  #  so the `.' trick is pointless.
 
7034
  mkdir_p='mkdir -p --'
 
7035
else
 
7036
  # On NextStep and OpenStep, the `mkdir' command does not
 
7037
  # recognize any option.  It will interpret all options as
 
7038
  # directories to create, and then abort because `.' already
 
7039
  # exists.
 
7040
  for d in ./-p ./--version;
 
7041
  do
 
7042
    test -d $d && rmdir $d
 
7043
  done
 
7044
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
 
7045
  if test -f "$ac_aux_dir/mkinstalldirs"; then
 
7046
    mkdir_p='$(mkinstalldirs)'
 
7047
  else
 
7048
    mkdir_p='$(install_sh) -d'
 
7049
  fi
 
7050
fi
 
7051
AC_SUBST([mkdir_p])])
7049
7052
 
7050
7053
# Helper functions for option handling.                     -*- Autoconf -*-
7051
7054
 
7157
7160
if test "$cross_compiling" != no; then
7158
7161
  AC_CHECK_TOOL([STRIP], [strip], :)
7159
7162
fi
7160
 
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
7163
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
7161
7164
AC_SUBST([INSTALL_STRIP_PROGRAM])])
7162
7165
 
7163
 
# Copyright (C) 2006  Free Software Foundation, Inc.
7164
 
#
7165
 
# This file is free software; the Free Software Foundation
7166
 
# gives unlimited permission to copy and/or distribute it,
7167
 
# with or without modifications, as long as this notice is preserved.
7168
 
 
7169
 
# _AM_SUBST_NOTMAKE(VARIABLE)
7170
 
# ---------------------------
7171
 
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
7172
 
# This macro is traced by Automake.
7173
 
AC_DEFUN([_AM_SUBST_NOTMAKE])
7174
 
 
7175
7166
# Check how to create a tarball.                            -*- Autoconf -*-
7176
7167
 
7177
7168
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.