~ubuntu-branches/ubuntu/trusty/cvsd/trusty

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2012-03-04 11:00:00 UTC
  • Revision ID: package-import@ubuntu.com-20120304110000-i9bs0cs2wikwb1yt
Tags: 1.0.23
* have cvsd-buildroot look in all multiarch subdirectories of /lib for
  NSS libraries (LP: #801675)
* portability improvement by Eric Schnoebelen
* switch to dh for debian/rules and bump debhelper compatibility to 8
* switch to machine-readable debian/copyright format
* upgrade to standards-version 3.9.2 (no changes needed)
* update Vietnamese debconf translation to use correct paragraph markers
* added Italian debconf translation by Beatrice Torracca (closes: #662119)

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.
19
20
If you have problems, you may need to regenerate the build system entirely.
20
21
To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
22
 
22
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
23
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
 
24
# Foundation, Inc.
23
25
#
24
26
# This file is free software; the Free Software Foundation
25
27
# gives unlimited permission to copy and/or distribute it,
26
28
# with or without modifications, as long as this notice is preserved.
27
29
 
 
30
# serial 1
 
31
 
28
32
# AM_AUTOMAKE_VERSION(VERSION)
29
33
# ----------------------------
30
34
# Automake X.Y traces this macro to ensure aclocal.m4 has been
34
38
[am__api_version='1.11'
35
39
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
36
40
dnl require some minimum version.  Point them to the right macro.
37
 
m4_if([$1], [1.11.1], [],
 
41
m4_if([$1], [1.11.3], [],
38
42
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
39
43
])
40
44
 
50
54
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
51
55
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
52
56
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
53
 
[AM_AUTOMAKE_VERSION([1.11.1])dnl
 
57
[AM_AUTOMAKE_VERSION([1.11.3])dnl
54
58
m4_ifndef([AC_AUTOCONF_VERSION],
55
59
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
56
60
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
57
61
 
58
62
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
59
63
 
60
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
64
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
61
65
#
62
66
# This file is free software; the Free Software Foundation
63
67
# gives unlimited permission to copy and/or distribute it,
64
68
# with or without modifications, as long as this notice is preserved.
65
69
 
 
70
# serial 1
 
71
 
66
72
# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
67
73
# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
68
74
# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
144
150
Usually this means the macro was only invoked conditionally.]])
145
151
fi])])
146
152
 
147
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
148
 
# Free Software Foundation, Inc.
 
153
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
 
154
# 2010, 2011 Free Software Foundation, Inc.
149
155
#
150
156
# This file is free software; the Free Software Foundation
151
157
# gives unlimited permission to copy and/or distribute it,
152
158
# with or without modifications, as long as this notice is preserved.
153
159
 
154
 
# serial 10
 
160
# serial 12
155
161
 
156
162
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
157
163
# written in clear, in which case automake, when reading aclocal.m4,
191
197
  # instance it was reported that on HP-UX the gcc test will end up
192
198
  # making a dummy file named `D' -- because `-MD' means `put the output
193
199
  # in D'.
 
200
  rm -rf conftest.dir
194
201
  mkdir conftest.dir
195
202
  # Copy depcomp to subdir because otherwise we won't find it if we're
196
203
  # using a relative directory.
255
262
        break
256
263
      fi
257
264
      ;;
258
 
    msvisualcpp | msvcmsys)
 
265
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
259
266
      # This compiler won't grok `-c -o', but also, the minuso test has
260
267
      # not run yet.  These depmodes are late enough in the game, and
261
268
      # so weak that their functioning should not be impacted.
320
327
if test "x$enable_dependency_tracking" != xno; then
321
328
  am_depcomp="$ac_aux_dir/depcomp"
322
329
  AMDEPBACKSLASH='\'
 
330
  am__nodep='_no'
323
331
fi
324
332
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
325
333
AC_SUBST([AMDEPBACKSLASH])dnl
326
334
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
335
AC_SUBST([am__nodep])dnl
 
336
_AM_SUBST_NOTMAKE([am__nodep])dnl
327
337
])
328
338
 
329
339
# Generate code to set up dependency tracking.              -*- Autoconf -*-
545
555
done
546
556
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
547
557
 
548
 
# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
558
# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
 
559
# Inc.
549
560
#
550
561
# This file is free software; the Free Software Foundation
551
562
# gives unlimited permission to copy and/or distribute it,
552
563
# with or without modifications, as long as this notice is preserved.
553
564
 
 
565
# serial 1
 
566
 
554
567
# AM_PROG_INSTALL_SH
555
568
# ------------------
556
569
# Define $install_sh.
587
600
rmdir .tst 2>/dev/null
588
601
AC_SUBST([am__leading_dot])])
589
602
 
 
603
# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
604
# From Jim Meyering
 
605
 
 
606
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
 
607
# 2011 Free Software Foundation, Inc.
 
608
#
 
609
# This file is free software; the Free Software Foundation
 
610
# gives unlimited permission to copy and/or distribute it,
 
611
# with or without modifications, as long as this notice is preserved.
 
612
 
 
613
# serial 5
 
614
 
 
615
# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
616
# ----------------------------------
 
617
# Control maintainer-specific portions of Makefiles.
 
618
# Default is to disable them, unless `enable' is passed literally.
 
619
# For symmetry, `disable' may be passed as well.  Anyway, the user
 
620
# can override the default with the --enable/--disable switch.
 
621
AC_DEFUN([AM_MAINTAINER_MODE],
 
622
[m4_case(m4_default([$1], [disable]),
 
623
       [enable], [m4_define([am_maintainer_other], [disable])],
 
624
       [disable], [m4_define([am_maintainer_other], [enable])],
 
625
       [m4_define([am_maintainer_other], [enable])
 
626
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
627
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
628
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
629
  AC_ARG_ENABLE([maintainer-mode],
 
630
[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
 
631
                          (and sometimes confusing) to the casual installer],
 
632
      [USE_MAINTAINER_MODE=$enableval],
 
633
      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
634
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
635
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
636
  MAINT=$MAINTAINER_MODE_TRUE
 
637
  AC_SUBST([MAINT])dnl
 
638
]
 
639
)
 
640
 
 
641
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
642
 
590
643
# Check to see how 'make' treats includes.                  -*- Autoconf -*-
591
644
 
592
645
# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
682
735
fi
683
736
])
684
737
 
685
 
# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
738
# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
 
739
# Inc.
686
740
#
687
741
# This file is free software; the Free Software Foundation
688
742
# gives unlimited permission to copy and/or distribute it,
689
743
# with or without modifications, as long as this notice is preserved.
690
744
 
 
745
# serial 1
 
746
 
691
747
# AM_PROG_MKDIR_P
692
748
# ---------------
693
749
# Check for `mkdir -p'.
710
766
 
711
767
# Helper functions for option handling.                     -*- Autoconf -*-
712
768
 
713
 
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
769
# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
 
770
# Foundation, Inc.
714
771
#
715
772
# This file is free software; the Free Software Foundation
716
773
# gives unlimited permission to copy and/or distribute it,
717
774
# with or without modifications, as long as this notice is preserved.
718
775
 
719
 
# serial 4
 
776
# serial 5
720
777
 
721
778
# _AM_MANGLE_OPTION(NAME)
722
779
# -----------------------
724
781
[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
725
782
 
726
783
# _AM_SET_OPTION(NAME)
727
 
# ------------------------------
 
784
# --------------------
728
785
# Set option NAME.  Presently that only means defining a flag for this option.
729
786
AC_DEFUN([_AM_SET_OPTION],
730
787
[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
731
788
 
732
789
# _AM_SET_OPTIONS(OPTIONS)
733
 
# ----------------------------------
 
790
# ------------------------
734
791
# OPTIONS is a space-separated list of Automake options.
735
792
AC_DEFUN([_AM_SET_OPTIONS],
736
793
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
806
863
fi
807
864
AC_MSG_RESULT(yes)])
808
865
 
809
 
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
866
# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
810
867
#
811
868
# This file is free software; the Free Software Foundation
812
869
# gives unlimited permission to copy and/or distribute it,
813
870
# with or without modifications, as long as this notice is preserved.
814
871
 
 
872
# serial 1
 
873
 
815
874
# AM_PROG_INSTALL_STRIP
816
875
# ---------------------
817
876
# One issue with vendor `install' (even GNU) is that you can't
834
893
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
835
894
AC_SUBST([INSTALL_STRIP_PROGRAM])])
836
895
 
837
 
# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
896
# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
838
897
#
839
898
# This file is free software; the Free Software Foundation
840
899
# gives unlimited permission to copy and/or distribute it,
841
900
# with or without modifications, as long as this notice is preserved.
842
901
 
843
 
# serial 2
 
902
# serial 3
844
903
 
845
904
# _AM_SUBST_NOTMAKE(VARIABLE)
846
905
# ---------------------------
849
908
AC_DEFUN([_AM_SUBST_NOTMAKE])
850
909
 
851
910
# AM_SUBST_NOTMAKE(VARIABLE)
852
 
# ---------------------------
 
911
# --------------------------
853
912
# Public sister of _AM_SUBST_NOTMAKE.
854
913
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
855
914
 
856
915
# Check how to create a tarball.                            -*- Autoconf -*-
857
916
 
858
 
# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
917
# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
859
918
#
860
919
# This file is free software; the Free Software Foundation
861
920
# gives unlimited permission to copy and/or distribute it,
877
936
# a tarball read from stdin.
878
937
#     $(am__untar) < result.tar
879
938
AC_DEFUN([_AM_PROG_TAR],
880
 
[# Always define AMTAR for backward compatibility.
881
 
AM_MISSING_PROG([AMTAR], [tar])
 
939
[# Always define AMTAR for backward compatibility.  Yes, it's still used
 
940
# in the wild :-(  We should find a proper way to deprecate it ...
 
941
AC_SUBST([AMTAR], ['$${TAR-tar}'])
882
942
m4_if([$1], [v7],
883
 
     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
943
     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
884
944
     [m4_case([$1], [ustar],, [pax],,
885
945
              [m4_fatal([Unknown tar format])])
886
946
AC_MSG_CHECKING([how to create a $1 tar archive])