summaryrefslogtreecommitdiffstats
path: root/scripts/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 15:49:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 15:49:13 +0000
commit180501501edec8532c11b1a65c3bc599891334be (patch)
tree1c5b1b0e24bda5c23a78b0786c368e7ffa1fe608 /scripts/configure
parentCorrected typo. (diff)
downloadrtems-180501501edec8532c11b1a65c3bc599891334be.tar.bz2
Adding the infrastructure for gdb.
Diffstat (limited to 'scripts/configure')
-rw-r--r--scripts/configure23
1 files changed, 14 insertions, 9 deletions
diff --git a/scripts/configure b/scripts/configure
index 26ebe74468..cb6e09da8b 100644
--- a/scripts/configure
+++ b/scripts/configure
@@ -689,6 +689,7 @@ else
fi
+
PACKAGE=scripts
VERSION=19991020-0
@@ -701,7 +702,7 @@ fi
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
-echo "configure:705: checking for working aclocal" >&5
+echo "configure:706: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -714,7 +715,7 @@ else
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
-echo "configure:718: checking for working autoconf" >&5
+echo "configure:719: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -727,7 +728,7 @@ else
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
-echo "configure:731: checking for working automake" >&5
+echo "configure:732: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -740,7 +741,7 @@ else
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
-echo "configure:744: checking for working autoheader" >&5
+echo "configure:745: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -753,7 +754,7 @@ else
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
-echo "configure:757: checking for working makeinfo" >&5
+echo "configure:758: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -774,16 +775,16 @@ test -f ./setup.cache || cp ./setup.def ./setup.cache
# redhat uses /usr/src/redhat
# others might use /usr/src
echo $ac_n "checking for rpm SPECS directory""... $ac_c" 1>&6
-echo "configure:778: checking for rpm SPECS directory" >&5
+echo "configure:779: checking for rpm SPECS directory" >&5
if test -d /usr/src/packages/SPECS;
then
-RPM_SPECSdir=/usr/src/packages/SPECS;
+ RPM_SPECSdir=/usr/src/packages/SPECS;
elif test -d /usr/src/redhat/SPECS;
then
-RPM_SPECSdirs=/usr/src/redhat/SPECS;
+ RPM_SPECSdir=/usr/src/redhat/SPECS;
elif test -d /usr/src/SPECS/;
then
-RPM_SPECSdir=/usr/src/SPECS;
+ RPM_SPECSdir=/usr/src/SPECS;
fi
if test x"$RPM_SPECSdir" = x; then
{ echo "configure: error: not found" 1>&2; exit 1; }
@@ -914,8 +915,10 @@ ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile
mkbinutilspec
mkgccnewlibspec
+mkgdbspec
binutils/Makefile
gccnewlib/Makefile
+gdb/Makefile
" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -1007,8 +1010,10 @@ cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile
mkbinutilspec
mkgccnewlibspec
+mkgdbspec
binutils/Makefile
gccnewlib/Makefile
+gdb/Makefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF