summaryrefslogtreecommitdiffstats
path: root/scripts/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 19:59:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 19:59:01 +0000
commit431c35dccb53c2296f7b9a2814dc0ff828e7e921 (patch)
tree692af92078169015e3398013201a538f87f0765b /scripts/configure.in
parentMoved rtems specific files into here. (diff)
downloadrtems-431c35dccb53c2296f7b9a2814dc0ff828e7e921.tar.bz2
Miscellaneous improvements and cleanups committed so I can merge
Ralf's end of day version.
Diffstat (limited to 'scripts/configure.in')
-rw-r--r--scripts/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/configure.in b/scripts/configure.in
index 6302e33d4e..7ceff551c5 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -1,5 +1,5 @@
AC_INIT(binutils)
-AM_INIT_AUTOMAKE(scripts,19991020-0,no)
+AM_INIT_AUTOMAKE(scripts,19991020-1,no)
test -f ./setup.cache || cp ./setup.def ./setup.cache
. ./setup.cache
@@ -33,10 +33,12 @@ AC_SUBST(GDBVERS)
AC_OUTPUT(
Makefile
+buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
+rtems/Makefile
)