Changeset 418 for trunk/icedtea-web/aclocal.m4
- Timestamp:
- Feb 11, 2013, 8:53:47 PM (13 years ago)
- Location:
- trunk/icedtea-web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web
-
Property svn:mergeinfo
set to
/branches/vendor/sourceforge/icedtea-web/1.3 merged eligible /branches/vendor/sourceforge/icedtea-web/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/icedtea-web/aclocal.m4
r348 r418 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, … … 178 179 ])# PKG_CHECK_MODULES 179 180 180 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 181 # 182 # This file is free software; the Free Software Foundation 183 # gives unlimited permission to copy and/or distribute it, 184 # with or without modifications, as long as this notice is preserved. 181 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 182 # Foundation, Inc. 183 # 184 # This file is free software; the Free Software Foundation 185 # gives unlimited permission to copy and/or distribute it, 186 # with or without modifications, as long as this notice is preserved. 187 188 # serial 1 185 189 186 190 # AM_AUTOMAKE_VERSION(VERSION) … … 193 197 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 194 198 dnl require some minimum version. Point them to the right macro. 195 m4_if([$1], [1.11. 1], [],199 m4_if([$1], [1.11.3], [], 196 200 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 197 201 ]) … … 209 213 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 210 214 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 211 [AM_AUTOMAKE_VERSION([1.11. 1])dnl215 [AM_AUTOMAKE_VERSION([1.11.3])dnl 212 216 m4_ifndef([AC_AUTOCONF_VERSION], 213 217 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl … … 216 220 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 217 221 218 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 219 # 220 # This file is free software; the Free Software Foundation 221 # gives unlimited permission to copy and/or distribute it, 222 # with or without modifications, as long as this notice is preserved. 222 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 223 # 224 # This file is free software; the Free Software Foundation 225 # gives unlimited permission to copy and/or distribute it, 226 # with or without modifications, as long as this notice is preserved. 227 228 # serial 1 223 229 224 230 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets … … 303 309 fi])]) 304 310 305 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 306 # Free Software Foundation, Inc.307 # 308 # This file is free software; the Free Software Foundation 309 # gives unlimited permission to copy and/or distribute it, 310 # with or without modifications, as long as this notice is preserved. 311 312 # serial 1 0311 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 312 # 2010, 2011 Free Software Foundation, Inc. 313 # 314 # This file is free software; the Free Software Foundation 315 # gives unlimited permission to copy and/or distribute it, 316 # with or without modifications, as long as this notice is preserved. 317 318 # serial 12 313 319 314 320 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be … … 350 356 # making a dummy file named `D' -- because `-MD' means `put the output 351 357 # in D'. 358 rm -rf conftest.dir 352 359 mkdir conftest.dir 353 360 # Copy depcomp to subdir because otherwise we won't find it if we're … … 414 421 fi 415 422 ;; 416 msv isualcpp | msvcmsys)423 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 417 424 # This compiler won't grok `-c -o', but also, the minuso test has 418 425 # not run yet. These depmodes are late enough in the game, and … … 479 486 am_depcomp="$ac_aux_dir/depcomp" 480 487 AMDEPBACKSLASH='\' 488 am__nodep='_no' 481 489 fi 482 490 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 483 491 AC_SUBST([AMDEPBACKSLASH])dnl 484 492 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 493 AC_SUBST([am__nodep])dnl 494 _AM_SUBST_NOTMAKE([am__nodep])dnl 485 495 ]) 486 496 … … 704 714 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 705 715 706 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 707 # 708 # This file is free software; the Free Software Foundation 709 # gives unlimited permission to copy and/or distribute it, 710 # with or without modifications, as long as this notice is preserved. 716 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 717 # Inc. 718 # 719 # This file is free software; the Free Software Foundation 720 # gives unlimited permission to copy and/or distribute it, 721 # with or without modifications, as long as this notice is preserved. 722 723 # serial 1 711 724 712 725 # AM_PROG_INSTALL_SH … … 841 854 ]) 842 855 843 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 844 # 845 # This file is free software; the Free Software Foundation 846 # gives unlimited permission to copy and/or distribute it, 847 # with or without modifications, as long as this notice is preserved. 856 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 857 # Inc. 858 # 859 # This file is free software; the Free Software Foundation 860 # gives unlimited permission to copy and/or distribute it, 861 # with or without modifications, as long as this notice is preserved. 862 863 # serial 1 848 864 849 865 # AM_PROG_MKDIR_P … … 869 885 # Helper functions for option handling. -*- Autoconf -*- 870 886 871 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 872 # 873 # This file is free software; the Free Software Foundation 874 # gives unlimited permission to copy and/or distribute it, 875 # with or without modifications, as long as this notice is preserved. 876 877 # serial 4 887 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 888 # Foundation, Inc. 889 # 890 # This file is free software; the Free Software Foundation 891 # gives unlimited permission to copy and/or distribute it, 892 # with or without modifications, as long as this notice is preserved. 893 894 # serial 5 878 895 879 896 # _AM_MANGLE_OPTION(NAME) … … 883 900 884 901 # _AM_SET_OPTION(NAME) 885 # -------------------- ----------902 # -------------------- 886 903 # Set option NAME. Presently that only means defining a flag for this option. 887 904 AC_DEFUN([_AM_SET_OPTION], … … 889 906 890 907 # _AM_SET_OPTIONS(OPTIONS) 891 # ------------------------ ----------908 # ------------------------ 892 909 # OPTIONS is a space-separated list of Automake options. 893 910 AC_DEFUN([_AM_SET_OPTIONS], … … 900 917 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 901 918 902 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 903 # 904 # This file is free software; the Free Software Foundation 905 # gives unlimited permission to copy and/or distribute it, 906 # with or without modifications, as long as this notice is preserved. 919 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 920 # 921 # This file is free software; the Free Software Foundation 922 # gives unlimited permission to copy and/or distribute it, 923 # with or without modifications, as long as this notice is preserved. 924 925 # serial 1 907 926 908 927 # AM_RUN_LOG(COMMAND) … … 982 1001 AC_MSG_RESULT(yes)]) 983 1002 984 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 985 # 986 # This file is free software; the Free Software Foundation 987 # gives unlimited permission to copy and/or distribute it, 988 # with or without modifications, as long as this notice is preserved. 1003 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 1004 # 1005 # This file is free software; the Free Software Foundation 1006 # gives unlimited permission to copy and/or distribute it, 1007 # with or without modifications, as long as this notice is preserved. 1008 1009 # serial 1 989 1010 990 1011 # AM_PROG_INSTALL_STRIP … … 1010 1031 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1011 1032 1012 # Copyright (C) 2006, 2008 1013 # 1014 # This file is free software; the Free Software Foundation 1015 # gives unlimited permission to copy and/or distribute it, 1016 # with or without modifications, as long as this notice is preserved. 1017 1018 # serial 21033 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 1034 # 1035 # This file is free software; the Free Software Foundation 1036 # gives unlimited permission to copy and/or distribute it, 1037 # with or without modifications, as long as this notice is preserved. 1038 1039 # serial 3 1019 1040 1020 1041 # _AM_SUBST_NOTMAKE(VARIABLE) … … 1025 1046 1026 1047 # AM_SUBST_NOTMAKE(VARIABLE) 1027 # -------------------------- -1048 # -------------------------- 1028 1049 # Public sister of _AM_SUBST_NOTMAKE. 1029 1050 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) … … 1031 1052 # Check how to create a tarball. -*- Autoconf -*- 1032 1053 1033 # Copyright (C) 2004, 2005 1054 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 1034 1055 # 1035 1056 # This file is free software; the Free Software Foundation … … 1053 1074 # $(am__untar) < result.tar 1054 1075 AC_DEFUN([_AM_PROG_TAR], 1055 [# Always define AMTAR for backward compatibility. 1056 AM_MISSING_PROG([AMTAR], [tar]) 1076 [# Always define AMTAR for backward compatibility. Yes, it's still used 1077 # in the wild :-( We should find a proper way to deprecate it ... 1078 AC_SUBST([AMTAR], ['$${TAR-tar}']) 1057 1079 m4_if([$1], [v7], 1058 [am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],1080 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], 1059 1081 [m4_case([$1], [ustar],, [pax],, 1060 1082 [m4_fatal([Unknown tar format])])
Note:
See TracChangeset
for help on using the changeset viewer.