| OLD | NEW |
| 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- | 1 # generated automatically by aclocal 1.11.3 -*- Autoconf -*- |
| 2 | 2 |
| 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 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 # This file is free software; the Free Software Foundation | 6 # This file is free software; the Free Software Foundation |
| 6 # gives unlimited permission to copy and/or distribute it, | 7 # gives unlimited permission to copy and/or distribute it, |
| 7 # with or without modifications, as long as this notice is preserved. | 8 # with or without modifications, as long as this notice is preserved. |
| 8 | 9 |
| 9 # This program is distributed in the hope that it will be useful, | 10 # This program is distributed in the hope that it will be useful, |
| 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 12 # PARTICULAR PURPOSE. | 13 # PARTICULAR PURPOSE. |
| 13 | 14 |
| 14 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- | 15 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 [rm -rf .tst 2>/dev/null | 222 [rm -rf .tst 2>/dev/null |
| 222 mkdir .tst 2>/dev/null | 223 mkdir .tst 2>/dev/null |
| 223 if test -d .tst; then | 224 if test -d .tst; then |
| 224 am__leading_dot=. | 225 am__leading_dot=. |
| 225 else | 226 else |
| 226 am__leading_dot=_ | 227 am__leading_dot=_ |
| 227 fi | 228 fi |
| 228 rmdir .tst 2>/dev/null | 229 rmdir .tst 2>/dev/null |
| 229 AC_SUBST([am__leading_dot])]) | 230 AC_SUBST([am__leading_dot])]) |
| 230 | 231 |
| 231 # Copyright (C) 2006, 2008 Free Software Foundation, Inc. | 232 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. |
| 232 # | 233 # |
| 233 # This file is free software; the Free Software Foundation | 234 # This file is free software; the Free Software Foundation |
| 234 # gives unlimited permission to copy and/or distribute it, | 235 # gives unlimited permission to copy and/or distribute it, |
| 235 # with or without modifications, as long as this notice is preserved. | 236 # with or without modifications, as long as this notice is preserved. |
| 236 | 237 |
| 237 # serial 2 | 238 # serial 3 |
| 238 | 239 |
| 239 # _AM_SUBST_NOTMAKE(VARIABLE) | 240 # _AM_SUBST_NOTMAKE(VARIABLE) |
| 240 # --------------------------- | 241 # --------------------------- |
| 241 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. | 242 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |
| 242 # This macro is traced by Automake. | 243 # This macro is traced by Automake. |
| 243 AC_DEFUN([_AM_SUBST_NOTMAKE]) | 244 AC_DEFUN([_AM_SUBST_NOTMAKE]) |
| 244 | 245 |
| 245 # AM_SUBST_NOTMAKE(VARIABLE) | 246 # AM_SUBST_NOTMAKE(VARIABLE) |
| 246 # --------------------------- | 247 # -------------------------- |
| 247 # Public sister of _AM_SUBST_NOTMAKE. | 248 # Public sister of _AM_SUBST_NOTMAKE. |
| 248 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | 249 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 249 | 250 |
| OLD | NEW |