More spring-cleaning.
[dragonfly.git] / contrib / libio / tests / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary for a configure script to process the program in
3 # this directory.  For more information, look at ../../configure.
4
5 configdirs=
6 srctrigger=tFile.cc
7 srcname="test C++ input/output library"
8 package_makefile_frag=Make.pack
9 package_makefile_rules_frag=Make.pack.r
10
11 # per-host:
12
13 # per-target:
14
15 TO_TOPDIR=../../
16 ALL=' '
17 XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
18 XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
19 MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
20 (. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
21
22 if [ "${srcdir}" = "." ] ; then
23   if [ "${with_target_subdir}" != "." ] ; then
24     topsrcdir=${with_multisrctop}../../..
25   else
26     topsrcdir=${with_multisrctop}../..
27   fi
28 else
29   topsrcdir=${srcdir}/../..
30 fi
31
32 if [ ! -d ${topsrcdir}/gcc ] ; then
33   echo "CHECK = check-iostream check-iostdio" >>${package_makefile_frag}
34 fi
35
36 # post-target: