Changeset 1477 in Sophya for trunk/ArchTOIPipe/configure.in
- Timestamp:
- Apr 25, 2001, 10:52:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/configure.in
r1365 r1477 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT( toi.cc)2 AC_INIT(kernel/toi.cc) 3 3 AC_CONFIG_HEADER(conf.h) 4 4 … … 16 16 fi 17 17 18 AC_PROG_CC 18 19 AC_PROG_CXX 19 20 … … 67 68 AC_CHECK_LIB(m, sin) 68 69 69 AC_MSG_CHECKING("for source files in distribution")70 srcfiles=""71 curd=`pwd`72 cd $srcdir73 for n in *.cc; do74 grep -q 'main(.*)' $n || srcfiles="$srcfiles $n"75 done76 cd $curd77 AC_SUBST(srcfiles)78 AC_MSG_RESULT("done")79 80 70 dnl Checks for header files. 81 71 AC_HEADER_STDC 82 72 83 AC_OUTPUT(Makefile) 73 outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile" 74 if [[ $use_sophya = 1 ]]; then 75 outfiles="$outfiles sophya/Makefile" 76 fi 77 78 AC_OUTPUT($outfiles) 79
Note:
See TracChangeset
for help on using the changeset viewer.