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 # AM_CONDITIONAL -*- Autoconf -*- | 15 # AM_CONDITIONAL -*- Autoconf -*- |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 [rm -rf .tst 2>/dev/null | 62 [rm -rf .tst 2>/dev/null |
62 mkdir .tst 2>/dev/null | 63 mkdir .tst 2>/dev/null |
63 if test -d .tst; then | 64 if test -d .tst; then |
64 am__leading_dot=. | 65 am__leading_dot=. |
65 else | 66 else |
66 am__leading_dot=_ | 67 am__leading_dot=_ |
67 fi | 68 fi |
68 rmdir .tst 2>/dev/null | 69 rmdir .tst 2>/dev/null |
69 AC_SUBST([am__leading_dot])]) | 70 AC_SUBST([am__leading_dot])]) |
70 | 71 |
71 # Copyright (C) 2006, 2008 Free Software Foundation, Inc. | 72 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. |
72 # | 73 # |
73 # This file is free software; the Free Software Foundation | 74 # This file is free software; the Free Software Foundation |
74 # gives unlimited permission to copy and/or distribute it, | 75 # gives unlimited permission to copy and/or distribute it, |
75 # with or without modifications, as long as this notice is preserved. | 76 # with or without modifications, as long as this notice is preserved. |
76 | 77 |
77 # serial 2 | 78 # serial 3 |
78 | 79 |
79 # _AM_SUBST_NOTMAKE(VARIABLE) | 80 # _AM_SUBST_NOTMAKE(VARIABLE) |
80 # --------------------------- | 81 # --------------------------- |
81 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. | 82 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |
82 # This macro is traced by Automake. | 83 # This macro is traced by Automake. |
83 AC_DEFUN([_AM_SUBST_NOTMAKE]) | 84 AC_DEFUN([_AM_SUBST_NOTMAKE]) |
84 | 85 |
85 # AM_SUBST_NOTMAKE(VARIABLE) | 86 # AM_SUBST_NOTMAKE(VARIABLE) |
86 # --------------------------- | 87 # -------------------------- |
87 # Public sister of _AM_SUBST_NOTMAKE. | 88 # Public sister of _AM_SUBST_NOTMAKE. |
88 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | 89 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
89 | 90 |
OLD | NEW |