OLD | NEW |
1 | 1 |
2 # libtool (GNU libtool) 2.4.2 | 2 # libtool (GNU libtool) 2.4.2 |
3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 | 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
4 | 4 |
5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, | 5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, |
6 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 6 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
7 # This is free software; see the source for copying conditions. There is NO | 7 # This is free software; see the source for copying conditions. There is NO |
8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
9 | 9 |
10 # GNU Libtool is free software; you can redistribute it and/or modify | 10 # GNU Libtool is free software; you can redistribute it and/or modify |
(...skipping 9635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9646 # ### BEGIN LIBTOOL TAG CONFIG: disable-static | 9646 # ### BEGIN LIBTOOL TAG CONFIG: disable-static |
9647 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` | 9647 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` |
9648 # ### END LIBTOOL TAG CONFIG: disable-static | 9648 # ### END LIBTOOL TAG CONFIG: disable-static |
9649 | 9649 |
9650 # Local Variables: | 9650 # Local Variables: |
9651 # mode:shell-script | 9651 # mode:shell-script |
9652 # sh-indentation:2 | 9652 # sh-indentation:2 |
9653 # End: | 9653 # End: |
9654 # vi:sw=2 | 9654 # vi:sw=2 |
9655 | 9655 |
OLD | NEW |