~ubuntu-branches/ubuntu/trusty/mpop/trusty

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2012-05-05 08:04:15 UTC
  • mfrom: (1.1.13) (3.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120505080415-k8ayguap0darzmcf
Tags: 1.0.27-1
* New upstream release
* Update Vcs-* fields
* Bump Standards-Version to 3.9.3
* Add a lintian override about 'binaries-have-file-conflict' (false positive)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
 
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
 
5
# Inc.
5
6
# This file is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
7
8
# with or without modifications, as long as this notice is preserved.
231
232
fi[]dnl
232
233
])# PKG_CHECK_MODULES
233
234
 
234
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
235
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
 
236
# Foundation, Inc.
235
237
#
236
238
# This file is free software; the Free Software Foundation
237
239
# gives unlimited permission to copy and/or distribute it,
238
240
# with or without modifications, as long as this notice is preserved.
239
241
 
 
242
# serial 1
 
243
 
240
244
# AM_AUTOMAKE_VERSION(VERSION)
241
245
# ----------------------------
242
246
# Automake X.Y traces this macro to ensure aclocal.m4 has been
246
250
[am__api_version='1.11'
247
251
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
248
252
dnl require some minimum version.  Point them to the right macro.
249
 
m4_if([$1], [1.11.1], [],
 
253
m4_if([$1], [1.11.3], [],
250
254
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
251
255
])
252
256
 
262
266
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
263
267
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
264
268
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
265
 
[AM_AUTOMAKE_VERSION([1.11.1])dnl
 
269
[AM_AUTOMAKE_VERSION([1.11.3])dnl
266
270
m4_ifndef([AC_AUTOCONF_VERSION],
267
271
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
268
272
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
269
273
 
270
274
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
271
275
 
272
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
276
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
273
277
#
274
278
# This file is free software; the Free Software Foundation
275
279
# gives unlimited permission to copy and/or distribute it,
276
280
# with or without modifications, as long as this notice is preserved.
277
281
 
 
282
# serial 1
 
283
 
278
284
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
279
285
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
280
286
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
356
362
Usually this means the macro was only invoked conditionally.]])
357
363
fi])])
358
364
 
359
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
360
 
# Free Software Foundation, Inc.
 
365
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
 
366
# 2010, 2011 Free Software Foundation, Inc.
361
367
#
362
368
# This file is free software; the Free Software Foundation
363
369
# gives unlimited permission to copy and/or distribute it,
364
370
# with or without modifications, as long as this notice is preserved.
365
371
 
366
 
# serial 10
 
372
# serial 12
367
373
 
368
374
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
369
375
# written in clear, in which case automake, when reading aclocal.m4,
403
409
  # instance it was reported that on HP-UX the gcc test will end up
404
410
  # making a dummy file named `D' -- because `-MD' means `put the output
405
411
  # in D'.
 
412
  rm -rf conftest.dir
406
413
  mkdir conftest.dir
407
414
  # Copy depcomp to subdir because otherwise we won't find it if we're
408
415
  # using a relative directory.
467
474
        break
468
475
      fi
469
476
      ;;
470
 
    msvisualcpp | msvcmsys)
 
477
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
471
478
      # This compiler won't grok `-c -o', but also, the minuso test has
472
479
      # not run yet.  These depmodes are late enough in the game, and
473
480
      # so weak that their functioning should not be impacted.
532
539
if test "x$enable_dependency_tracking" != xno; then
533
540
  am_depcomp="$ac_aux_dir/depcomp"
534
541
  AMDEPBACKSLASH='\'
 
542
  am__nodep='_no'
535
543
fi
536
544
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
537
545
AC_SUBST([AMDEPBACKSLASH])dnl
538
546
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
547
AC_SUBST([am__nodep])dnl
 
548
_AM_SUBST_NOTMAKE([am__nodep])dnl
539
549
])
540
550
 
541
551
# Generate code to set up dependency tracking.              -*- Autoconf -*-
757
767
done
758
768
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
759
769
 
760
 
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
770
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
 
771
# Inc.
761
772
#
762
773
# This file is free software; the Free Software Foundation
763
774
# gives unlimited permission to copy and/or distribute it,
764
775
# with or without modifications, as long as this notice is preserved.
765
776
 
 
777
# serial 1
 
778
 
766
779
# AM_PROG_INSTALL_SH
767
780
# ------------------
768
781
# Define $install_sh.
894
907
fi
895
908
])
896
909
 
897
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
910
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
 
911
# Inc.
898
912
#
899
913
# This file is free software; the Free Software Foundation
900
914
# gives unlimited permission to copy and/or distribute it,
901
915
# with or without modifications, as long as this notice is preserved.
902
916
 
 
917
# serial 1
 
918
 
903
919
# AM_PROG_MKDIR_P
904
920
# ---------------
905
921
# Check for `mkdir -p'.
922
938
 
923
939
# Helper functions for option handling.                     -*- Autoconf -*-
924
940
 
925
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
941
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
 
942
# Foundation, Inc.
926
943
#
927
944
# This file is free software; the Free Software Foundation
928
945
# gives unlimited permission to copy and/or distribute it,
929
946
# with or without modifications, as long as this notice is preserved.
930
947
 
931
 
# serial 4
 
948
# serial 5
932
949
 
933
950
# _AM_MANGLE_OPTION(NAME)
934
951
# -----------------------
936
953
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
937
954
 
938
955
# _AM_SET_OPTION(NAME)
939
 
# ------------------------------
 
956
# --------------------
940
957
# Set option NAME.  Presently that only means defining a flag for this option.
941
958
AC_DEFUN([_AM_SET_OPTION],
942
959
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
943
960
 
944
961
# _AM_SET_OPTIONS(OPTIONS)
945
 
# ----------------------------------
 
962
# ------------------------
946
963
# OPTIONS is a space-separated list of Automake options.
947
964
AC_DEFUN([_AM_SET_OPTIONS],
948
965
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1018
1035
fi
1019
1036
AC_MSG_RESULT(yes)])
1020
1037
 
1021
 
# Copyright (C) 2009  Free Software Foundation, Inc.
 
1038
# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
1022
1039
#
1023
1040
# This file is free software; the Free Software Foundation
1024
1041
# gives unlimited permission to copy and/or distribute it,
1025
1042
# with or without modifications, as long as this notice is preserved.
1026
1043
 
1027
 
# serial 1
 
1044
# serial 2
1028
1045
 
1029
1046
# AM_SILENT_RULES([DEFAULT])
1030
1047
# --------------------------
1039
1056
no)  AM_DEFAULT_VERBOSITY=1;;
1040
1057
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1041
1058
esac
 
1059
dnl
 
1060
dnl A few `make' implementations (e.g., NonStop OS and NextStep)
 
1061
dnl do not support nested variable expansions.
 
1062
dnl See automake bug#9928 and bug#10237.
 
1063
am_make=${MAKE-make}
 
1064
AC_CACHE_CHECK([whether $am_make supports nested variables],
 
1065
   [am_cv_make_support_nested_variables],
 
1066
   [if AS_ECHO([['TRUE=$(BAR$(V))
 
1067
BAR0=false
 
1068
BAR1=true
 
1069
V=1
 
1070
am__doit:
 
1071
        @$(TRUE)
 
1072
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
 
1073
  am_cv_make_support_nested_variables=yes
 
1074
else
 
1075
  am_cv_make_support_nested_variables=no
 
1076
fi])
 
1077
if test $am_cv_make_support_nested_variables = yes; then
 
1078
  dnl Using `$V' instead of `$(V)' breaks IRIX make.
 
1079
  AM_V='$(V)'
 
1080
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
1081
else
 
1082
  AM_V=$AM_DEFAULT_VERBOSITY
 
1083
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
1084
fi
 
1085
AC_SUBST([AM_V])dnl
 
1086
AM_SUBST_NOTMAKE([AM_V])dnl
 
1087
AC_SUBST([AM_DEFAULT_V])dnl
 
1088
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1042
1089
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1043
1090
AM_BACKSLASH='\'
1044
1091
AC_SUBST([AM_BACKSLASH])dnl
1045
1092
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1046
1093
])
1047
1094
 
1048
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
1095
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1049
1096
#
1050
1097
# This file is free software; the Free Software Foundation
1051
1098
# gives unlimited permission to copy and/or distribute it,
1052
1099
# with or without modifications, as long as this notice is preserved.
1053
1100
 
 
1101
# serial 1
 
1102
 
1054
1103
# AM_PROG_INSTALL_STRIP
1055
1104
# ---------------------
1056
1105
# One issue with vendor `install' (even GNU) is that you can't
1073
1122
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1074
1123
AC_SUBST([INSTALL_STRIP_PROGRAM])])
1075
1124
 
1076
 
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
1125
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1077
1126
#
1078
1127
# This file is free software; the Free Software Foundation
1079
1128
# gives unlimited permission to copy and/or distribute it,
1080
1129
# with or without modifications, as long as this notice is preserved.
1081
1130
 
1082
 
# serial 2
 
1131
# serial 3
1083
1132
 
1084
1133
# _AM_SUBST_NOTMAKE(VARIABLE)
1085
1134
# ---------------------------
1088
1137
AC_DEFUN([_AM_SUBST_NOTMAKE])
1089
1138
 
1090
1139
# AM_SUBST_NOTMAKE(VARIABLE)
1091
 
# ---------------------------
 
1140
# --------------------------
1092
1141
# Public sister of _AM_SUBST_NOTMAKE.
1093
1142
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1094
1143
 
1095
1144
# Check how to create a tarball.                            -*- Autoconf -*-
1096
1145
 
1097
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
1146
# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1098
1147
#
1099
1148
# This file is free software; the Free Software Foundation
1100
1149
# gives unlimited permission to copy and/or distribute it,
1116
1165
# a tarball read from stdin.
1117
1166
#     $(am__untar) < result.tar
1118
1167
AC_DEFUN([_AM_PROG_TAR],
1119
 
[# Always define AMTAR for backward compatibility.
1120
 
AM_MISSING_PROG([AMTAR], [tar])
 
1168
[# Always define AMTAR for backward compatibility.  Yes, it's still used
 
1169
# in the wild :-(  We should find a proper way to deprecate it ...
 
1170
AC_SUBST([AMTAR], ['$${TAR-tar}'])
1121
1171
m4_if([$1], [v7],
1122
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
1172
     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1123
1173
     [m4_case([$1], [ustar],, [pax],,
1124
1174
              [m4_fatal([Unknown tar format])])
1125
1175
AC_MSG_CHECKING([how to create a $1 tar archive])