OLD | NEW |
1 # tcl.m4 -- | 1 # tcl.m4 -- |
2 # | 2 # |
3 # This file provides a set of autoconf macros to help TEA-enable | 3 # This file provides a set of autoconf macros to help TEA-enable |
4 # a Tcl extension. | 4 # a Tcl extension. |
5 # | 5 # |
6 # Copyright (c) 1999-2000 Ajuba Solutions. | 6 # Copyright (c) 1999-2000 Ajuba Solutions. |
7 # Copyright (c) 2002-2005 ActiveState Corporation. | 7 # Copyright (c) 2002-2005 ActiveState Corporation. |
8 # | 8 # |
9 # See the file "license.terms" for information on usage and redistribution | 9 # See the file "license.terms" for information on usage and redistribution |
10 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. | 10 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
(...skipping 4148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4159 no_celib= | 4159 no_celib= |
4160 CELIB_DIR=${ac_cv_c_celibconfig} | 4160 CELIB_DIR=${ac_cv_c_celibconfig} |
4161 CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` | 4161 CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'` |
4162 AC_MSG_RESULT([found $CELIB_DIR]) | 4162 AC_MSG_RESULT([found $CELIB_DIR]) |
4163 fi | 4163 fi |
4164 fi | 4164 fi |
4165 ]) | 4165 ]) |
4166 # Local Variables: | 4166 # Local Variables: |
4167 # mode: autoconf | 4167 # mode: autoconf |
4168 # End: | 4168 # End: |
OLD | NEW |