Changeset e51b410 for configure.in
- Timestamp:
- Apr 20, 2003, 4:21:48 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- c269e22
- Parents:
- f87c490
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rac70242 re51b410 11 11 CFLAGS="$CFLAGS -Wall -g"; 12 12 fi 13 13 14 14 15 dnl Check for Athena … … 42 43 AC_CHECK_LIB(zephyr, ZInitLocationInfo, AC_DEFINE([HAVE_LIBZEPHYR_ZINITLOCATIONINFO], [], [Have ZInitLocationInfo]),) 43 44 45 AC_CHECK_FUNCS(use_default_colors) 46 47 44 48 AC_MSG_CHECKING(for des_ecb_encrypt prototype) 45 49 AC_TRY_COMPILE([#include <des.h> … … 63 67 CFLAGS=${CFLAGS}\ ${FOO} 64 68 65 dnl Find the location of XSUBPP69 dnl Find the location of perl XSUBPP 66 70 AC_MSG_CHECKING(for the perl xsubpp precompiler) 67 71 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`" … … 82 86 AC_MSG_ERROR(No terminfo found for this system))) 83 87 84 dnl Checks for library functions.85 dnl AC_PROG_GCC_TRADITIONAL86 dnl AC_CHECK_FUNCS(gethostname strdup use_default_colors)87 88 88 AC_SUBST(XSUBPPDIR) 89 89
Note: See TracChangeset
for help on using the changeset viewer.