diff options
author | Rob Savoye <rob@cygnus> | 1993-05-26 01:55:00 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-05-26 01:55:00 +0000 |
commit | b64d5e491ac1c828ac4aab59b239077a339e42c9 (patch) | |
tree | 5c07239b087dc91052896ca57e89efd46cfcdf97 /gas | |
parent | 2a775d5158650960c81c460030d4aa05291ef98f (diff) | |
download | gdb-b64d5e491ac1c828ac4aab59b239077a339e42c9.zip gdb-b64d5e491ac1c828ac4aab59b239077a339e42c9.tar.gz gdb-b64d5e491ac1c828ac4aab59b239077a339e42c9.tar.bz2 |
configure.in template that supports *only* make check. (for releases)
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/config/config.rel.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/config/config.rel.in b/gas/testsuite/config/config.rel.in new file mode 100644 index 0000000..f276bdb --- /dev/null +++ b/gas/testsuite/config/config.rel.in @@ -0,0 +1,16 @@ +# This file is a shell script fragment that supplies the information +# necessary to tailor a template configure script into the configure +# script appropriate for this directory. For more information, check +# any existing configure script. + +srctrigger="Makefile.in" +srcname="DejaGnu" + +configdirs="testsuite" + +# per-host: + +# per-target: + +# post-target: + |