|
From: Carlo W. <li...@us...> - 2002-01-06 00:05:18
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-06 00:05:15 UTC
Modified files:
libcwd/configure.in
Log message:
Allow switching compiler versions
---------------------- diff included ----------------------
Index: src/libcwd/configure.in
diff -u src/libcwd/configure.in:1.89 src/libcwd/configure.in:1.90
--- src/libcwd/configure.in:1.89 Sat Jan 5 07:06:47 2002
+++ src/libcwd/configure.in Sat Jan 5 16:05:05 2002
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 1.89 $)dnl
+AC_REVISION($Revision: 1.90 $)dnl
dnl General intialization of `autoconf' varaibles.
dnl Ensure that the directory specified with --srcdir was correct
@@ -109,6 +109,8 @@
dnl Check for compiler and preprocessor
if test -n "$CC"; then
unset ac_cv_prog_CC
+ unset am_cv_CC_dependencies_compiler_type
+ unset am_cv_CXX_dependencies_compiler_type
fi
AC_PROG_CC
AC_PROG_CXX
----------------------- End of diff -----------------------
|