From d8ab8021d9a05fd2840b96eb327f77d11cbc1a10 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 3 Feb 2003 17:58:05 +0000 Subject: [PATCH] r3938: Auto commit for Debian build --- configure | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 42c358d..df9d60b 100755 --- 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 diff --git a/configure.ac b/configure.ac index 15de31e..1f4c7b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 93b8c78..7045e74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ctsim (4.1.2-1) unstable; urgency=low + + * autoconf changes + + -- Kevin M. Rosenberg Mon, 3 Feb 2003 10:57:52 -0700 + ctsim (4.1.1-1) unstable; urgency=low * libctsim/array2file.cpp: Add "#include " -- 2.34.1