From a8b749b787192f1ab9ec88c016bacaab61eab070 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 31 Jan 2003 00:03:03 +0000 Subject: [PATCH] r3892: Auto commit for Debian build --- Makefile.in | 4 ++-- configure | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index d8572c6..2080bc2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -388,8 +388,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean #install-data-hook: -# test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) -# install -g root -o root -m 0644 docs/ctsim.htb $(datadir) + #test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) + #install -g root -o root -m 0644 docs/ctsim.htb $(datadir) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/configure b/configure index f78b3d6..98fb09e 100755 --- a/configure +++ b/configure @@ -7908,7 +7908,7 @@ if test "${with_mcpu+set}" = set; then fi; -if test "$withval" == "pentium4" -o "$withval" == "athlon-mp" ; then +if test "$withval" == "pentium4" -o "$withval" == "athlon" ; then echo "$as_me:$LINENO: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 CFLAGS="$CFLAGS -mcpu=$withval" diff --git a/configure.ac b/configure.ac index 029dbc4..34ca6c2 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" == "pentium4" -o "$withval" == "athlon-mp" ; then +if test "$withval" == "pentium4" -o "$withval" == "athlon" ; then AC_MSG_RESULT([$withval]) CFLAGS="$CFLAGS -mcpu=$withval" elif test "$withval" == "no"; then -- 2.34.1