diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-11-17 16:37:48 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-11-17 16:37:48 +0000 |
commit | 930764990dffdc53fe322f7db4ac952fd5d0446f (patch) | |
tree | 05b2ea868dcdf63197005d536e640c6c7539b49a /gdb/testsuite/configure.in | |
parent | 30e87cd37230c673d7c3d675b6b278485ca2f225 (diff) | |
download | gdb-930764990dffdc53fe322f7db4ac952fd5d0446f.zip gdb-930764990dffdc53fe322f7db4ac952fd5d0446f.tar.gz gdb-930764990dffdc53fe322f7db4ac952fd5d0446f.tar.bz2 |
* configure.in: Add AC_EXEEXT.
* configure: Regenerate.
* Makefile.in (just-check): Export EXEEXT.
* lib/gdb.exp ($EXEEXT): Import from environment.
* gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
expect "maint dump-me" on Cygwin.
* gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
$EXEEXT.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index c126ba7..446c8d1 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -106,6 +106,9 @@ if test "${enable_gdbtk}" = "yes"; then fi # End stuff to support --enable-shared +dnl Check for exe extension set on certain hosts (e.g. Win32) +AC_EXEEXT + # configure the subdirectories too AC_CONFIG_SUBDIRS($configdirs) |