diff options
Diffstat (limited to 'libio/testsuite/configure.in')
-rw-r--r-- | libio/testsuite/configure.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libio/testsuite/configure.in b/libio/testsuite/configure.in new file mode 100644 index 00000000000..f1bea6a866b --- /dev/null +++ b/libio/testsuite/configure.in @@ -0,0 +1,21 @@ +# This file is a shell script fragment that supplies the information +# necessary for a configure script to process the program in +# this directory. For more information, look at ../../configure. + +configdirs= +srctrigger=libio.tests/hounddog.exp +srcname="test C++ input/output library, dejagnu style" +package_makefile_frag=Make.pack + +# per-host: + +# per-target: + +TO_TOPDIR=../../ +ALL=' ' +XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..' +XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..' +MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)' +(. ${srcdir}/../config.shared) >${package_makefile_frag} + +# post-target: |