| aclocal.m4 | aclocal.m4 | |||
|---|---|---|---|---|
| skipping to change at line 16 | skipping to change at line 16 | |||
| # gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
| # with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
| # This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
| m4_ifndef([AC_AUTOCONF_VERSION], | m4_ifndef([AC_AUTOCONF_VERSION], | |||
| [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | |||
| m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],, | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, | |||
| [m4_warning([this file was generated for autoconf 2.66. | [m4_warning([this file was generated for autoconf 2.68. | |||
| You have another version of autoconf. It may work, but is not guaranteed t o. | You have another version of autoconf. It may work, but is not guaranteed t o. | |||
| If you have problems, you may need to regenerate the build system entirely. | If you have problems, you may need to regenerate the build system entirely. | |||
| To do so, use the procedure documented by the package, typically `autorecon f'.])]) | To do so, use the procedure documented by the package, typically `autorecon f'.])]) | |||
| # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- | # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- | |||
| # serial 1 (pkg-config-0.24) | # serial 1 (pkg-config-0.24) | |||
| # | # | |||
| # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. | # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. | |||
| # | # | |||
| # This program is free software; you can redistribute it and/or modify | # This program is free software; you can redistribute it and/or modify | |||
| skipping to change at line 995 | skipping to change at line 995 | |||
| ) | ) | |||
| then | then | |||
| # Ok. | # Ok. | |||
| : | : | |||
| else | else | |||
| AC_MSG_ERROR([newly created file is older than distributed files! | AC_MSG_ERROR([newly created file is older than distributed files! | |||
| Check your system clock]) | Check your system clock]) | |||
| fi | fi | |||
| AC_MSG_RESULT(yes)]) | AC_MSG_RESULT(yes)]) | |||
| # Copyright (C) 2009 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
| # with or without modifications, as long as this notice is preserved. | ||||
| # serial 1 | ||||
| # AM_SILENT_RULES([DEFAULT]) | ||||
| # -------------------------- | ||||
| # Enable less verbose build rules; with the default set to DEFAULT | ||||
| # (`yes' being less verbose, `no' or empty being verbose). | ||||
| AC_DEFUN([AM_SILENT_RULES], | ||||
| [AC_ARG_ENABLE([silent-rules], | ||||
| [ --enable-silent-rules less verbose build output (undo: `make V= | ||||
| 1') | ||||
| --disable-silent-rules verbose build output (undo: `make V=0')]) | ||||
| case $enable_silent_rules in | ||||
| yes) AM_DEFAULT_VERBOSITY=0;; | ||||
| no) AM_DEFAULT_VERBOSITY=1;; | ||||
| *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; | ||||
| esac | ||||
| AC_SUBST([AM_DEFAULT_VERBOSITY])dnl | ||||
| AM_BACKSLASH='\' | ||||
| AC_SUBST([AM_BACKSLASH])dnl | ||||
| _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||||
| ]) | ||||
| # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. | |||
| # | # | |||
| # This file is free software; the Free Software Foundation | # This file is free software; the Free Software Foundation | |||
| # gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
| # with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
| # AM_PROG_INSTALL_STRIP | # AM_PROG_INSTALL_STRIP | |||
| # --------------------- | # --------------------- | |||
| # One issue with vendor `install' (even GNU) is that you can't | # One issue with vendor `install' (even GNU) is that you can't | |||
| # specify the program used to strip binaries. This is especially | # specify the program used to strip binaries. This is especially | |||
| End of changes. 2 change blocks. | ||||
| 2 lines changed or deleted | 30 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||