summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 05:10:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 05:10:02 +0000
commit6044dd2f53bccb03964fa6242a08137731452338 (patch)
tree0547d1daa83da065b4c5680ddbacb7f24c3f8b90 /scripts/configure.ac
parent2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6044dd2f53bccb03964fa6242a08137731452338.tar.bz2
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac11
1 files changed, 1 insertions, 10 deletions
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])