From 6044dd2f53bccb03964fa6242a08137731452338 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 31 Jan 2003 05:10:02 +0000 Subject: 2003-01-31 Ralf Corsepius * Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add. --- scripts/configure.ac | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scripts/configure.ac') diff --git a/scripts/configure.ac b/scripts/configure.ac index 00d2175444..c16252adcc 100644 --- a/scripts/configure.ac +++ b/scripts/configure.ac @@ -9,16 +9,6 @@ AM_INIT_AUTOMAKE([no-define foreign 1.6]) AC_CANONICAL_HOST -# Check for .exe suffix. -# With autoconf > 2.13 AC_EXEEXT is not what we want to use. -AC_MSG_CHECKING([for executable suffix]) -case "$host" in -i?86-*cygwin*) - EXEEXT=.exe ;; -esac -AC_SUBST(EXEEXT) -AC_MSG_RESULT([$EXEEXT]) - test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache . ./setup.cache @@ -90,6 +80,7 @@ cpukit/Makefile rtemsdoc/Makefile ]) +AC_CONFIG_FILES([common/common.add common/clean.add]) AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar]) AC_CONFIG_FILES([buildall],[chmod +x buildall]) AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec]) -- cgit v1.2.3