Changeset 1643 for trunk/configure.ac
- Timestamp:
- Jul 18, 2012, 12:47:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1642 r1643 55 55 56 56 AC_CHECK_HEADERS(stdio.h stdarg.h inttypes.h endian.h stdint.h getopt.h) 57 AC_CHECK_HEADERS(fastmath.h pthread.h libutil.h util.h pty.h )57 AC_CHECK_HEADERS(fastmath.h pthread.h libutil.h util.h pty.h glob.h) 58 58 AC_CHECK_HEADERS(sys/ioctl.h sys/ptrace.h sys/stat.h sys/syscall.h sys/user.h) 59 59 AC_CHECK_HEADERS(sys/wait.h) … … 370 370 371 371 372 dnl Can we build neercs? 373 AM_CONDITIONAL(BUILD_NEERCS, test "${ac_cv_my_have_caca}" != "no" -a "${ac_cv_header_glob_h}" = "yes") 374 375 372 376 dnl LolFx compilation rule 373 377 LOLFX_BUILD='(echo "char const *"; echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; $(SED) '"'"'s/"/\\"/g'"'"' $(filter %.lolfx, $^) | $(SED) '"'"'s/\([[^\r]]*\).*/"\1\\n"/'"'"'; echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@'
Note: See TracChangeset
for help on using the changeset viewer.