r3938: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 3 Feb 2003 17:58:05 +0000 (17:58 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 3 Feb 2003 17:58:05 +0000 (17:58 +0000)
configure
configure.ac
debian/changelog

index 42c358d8afab326451efdbf906d7bf1ccc8ead85..df9d60b3dac093affb71a694673376af989ff824 100755 (executable)
--- a/configure
+++ b/configure
@@ -7908,7 +7908,7 @@ if test "${with_mcpu+set}" = set; then
 
 fi;
 
-if test "$withval" == "no" -o "$withval" == "yes" ; then
+if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then
   echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
 else
index 15de31ebd33bbc7200b3d4f1280d134bca51776c..1f4c7b3a00a3dd63680e3776f106fef34908e43e 100644 (file)
@@ -246,7 +246,7 @@ AC_MSG_CHECKING([for CPU specification])
 AC_ARG_WITH(mcpu,
 [  --with-mcpu[=CPU]         Set name of CPU for gcc -mcpu])
 
-if test "$withval" == "no" -o "$withval" == "yes" ; then
+if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then
   AC_MSG_RESULT([no])
 else
   AC_MSG_RESULT([$withval])
index 93b8c78a3e1b086872b8869f07961197cc672766..7045e749a7709db925a30726a98fd10372d71168 100644 (file)
@@ -1,3 +1,9 @@
+ctsim (4.1.2-1) unstable; urgency=low
+
+  * autoconf changes
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  3 Feb 2003 10:57:52 -0700
+
 ctsim (4.1.1-1) unstable; urgency=low
 
   * libctsim/array2file.cpp: Add "#include <sstream>"