~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
17
 
[m4_warning([this file was generated for autoconf 2.67.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
 
17
[m4_warning([this file was generated for autoconf 2.68.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
818
818
fi
819
819
AC_MSG_RESULT(yes)])
820
820
 
 
821
# Copyright (C) 2009  Free Software Foundation, Inc.
 
822
#
 
823
# This file is free software; the Free Software Foundation
 
824
# gives unlimited permission to copy and/or distribute it,
 
825
# with or without modifications, as long as this notice is preserved.
 
826
 
 
827
# serial 1
 
828
 
 
829
# AM_SILENT_RULES([DEFAULT])
 
830
# --------------------------
 
831
# Enable less verbose build rules; with the default set to DEFAULT
 
832
# (`yes' being less verbose, `no' or empty being verbose).
 
833
AC_DEFUN([AM_SILENT_RULES],
 
834
[AC_ARG_ENABLE([silent-rules],
 
835
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
836
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
837
case $enable_silent_rules in
 
838
yes) AM_DEFAULT_VERBOSITY=0;;
 
839
no)  AM_DEFAULT_VERBOSITY=1;;
 
840
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
841
esac
 
842
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
843
AM_BACKSLASH='\'
 
844
AC_SUBST([AM_BACKSLASH])dnl
 
845
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
846
])
 
847
 
821
848
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
822
849
#
823
850
# This file is free software; the Free Software Foundation
963
990
 
964
991
m4_include([libextra/m4/hooks.m4])
965
992
m4_include([lib/m4/hooks.m4])
966
 
m4_include([lib/gl/m4/po.m4])
967
993
m4_include([gl/m4/00gnulib.m4])
968
994
m4_include([gl/m4/alloca.m4])
969
995
m4_include([gl/m4/arpa_inet_h.m4])
975
1001
m4_include([gl/m4/error.m4])
976
1002
m4_include([gl/m4/extensions.m4])
977
1003
m4_include([gl/m4/fclose.m4])
 
1004
m4_include([gl/m4/fcntl-o.m4])
 
1005
m4_include([gl/m4/fcntl_h.m4])
978
1006
m4_include([gl/m4/float_h.m4])
979
1007
m4_include([gl/m4/fseeko.m4])
 
1008
m4_include([gl/m4/ftello.m4])
980
1009
m4_include([gl/m4/getaddrinfo.m4])
981
1010
m4_include([gl/m4/getdelim.m4])
982
1011
m4_include([gl/m4/getline.m4])
 
1012
m4_include([gl/m4/getpagesize.m4])
983
1013
m4_include([gl/m4/getpass.m4])
984
1014
m4_include([gl/m4/gettime.m4])
985
1015
m4_include([gl/m4/gettimeofday.m4])
990
1020
m4_include([gl/m4/inet_ntop.m4])
991
1021
m4_include([gl/m4/inet_pton.m4])
992
1022
m4_include([gl/m4/intmax_t.m4])
993
 
m4_include([gl/m4/inttypes_h.m4])
994
1023
m4_include([gl/m4/ioctl.m4])
995
 
m4_include([gl/m4/lib-ld.m4])
996
 
m4_include([gl/m4/lib-link.m4])
997
 
m4_include([gl/m4/lib-prefix.m4])
998
 
m4_include([gl/m4/longlong.m4])
999
1024
m4_include([gl/m4/lseek.m4])
1000
1025
m4_include([gl/m4/malloc.m4])
1001
1026
m4_include([gl/m4/manywarnings.m4])
1007
1032
m4_include([gl/m4/netinet_in_h.m4])
1008
1033
m4_include([gl/m4/onceonly_2_57.m4])
1009
1034
m4_include([gl/m4/perror.m4])
 
1035
m4_include([gl/m4/pipe.m4])
1010
1036
m4_include([gl/m4/printf.m4])
1011
1037
m4_include([gl/m4/read-file.m4])
1012
1038
m4_include([gl/m4/readline.m4])
1013
1039
m4_include([gl/m4/realloc.m4])
1014
1040
m4_include([gl/m4/select.m4])
1015
1041
m4_include([gl/m4/servent.m4])
1016
 
m4_include([gl/m4/size_max.m4])
1017
1042
m4_include([gl/m4/snprintf.m4])
 
1043
m4_include([gl/m4/socketlib.m4])
1018
1044
m4_include([gl/m4/sockets.m4])
1019
1045
m4_include([gl/m4/socklen.m4])
1020
1046
m4_include([gl/m4/sockpfaf.m4])
1022
1048
m4_include([gl/m4/stdbool.m4])
1023
1049
m4_include([gl/m4/stddef_h.m4])
1024
1050
m4_include([gl/m4/stdint.m4])
1025
 
m4_include([gl/m4/stdint_h.m4])
1026
1051
m4_include([gl/m4/stdio_h.m4])
1027
1052
m4_include([gl/m4/stdlib_h.m4])
1028
1053
m4_include([gl/m4/strerror.m4])
1041
1066
m4_include([gl/m4/version-etc.m4])
1042
1067
m4_include([gl/m4/warn-on-use.m4])
1043
1068
m4_include([gl/m4/warnings.m4])
1044
 
m4_include([gl/m4/wchar_h.m4])
1045
 
m4_include([gl/m4/wchar_t.m4])
1046
 
m4_include([gl/m4/wint_t.m4])
1047
 
m4_include([gl/m4/xsize.m4])
1048
1069
m4_include([m4/gtk-doc.m4])
1049
1070
m4_include([m4/guile.m4])
 
1071
m4_include([m4/inttypes_h.m4])
 
1072
m4_include([m4/lib-ld.m4])
 
1073
m4_include([m4/lib-link.m4])
 
1074
m4_include([m4/lib-prefix.m4])
1050
1075
m4_include([m4/libtool.m4])
 
1076
m4_include([m4/longlong.m4])
1051
1077
m4_include([m4/ltoptions.m4])
1052
1078
m4_include([m4/ltsugar.m4])
1053
1079
m4_include([m4/ltversion.m4])
1054
1080
m4_include([m4/lt~obsolete.m4])
1055
1081
m4_include([m4/pkg.m4])
 
1082
m4_include([m4/po.m4])
 
1083
m4_include([m4/size_max.m4])
 
1084
m4_include([m4/stdint_h.m4])
 
1085
m4_include([m4/ulonglong.m4])
 
1086
m4_include([m4/wchar_t.m4])
 
1087
m4_include([m4/wint_t.m4])
 
1088
m4_include([m4/xsize.m4])