Changeset 5145235 for configure.in
- Timestamp:
- Sep 15, 2002, 4:45:38 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:
- 425c013
- Parents:
- 61e79a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r6794f72 r5145235 27 27 AC_MSG_RESULT(no) 28 28 fi 29 30 dnl A hack for myself to use gnu curses31 dnl AC_MSG_CHECKING(for mit gnu hack)32 dnl if test -d /mit/gnu/include; then33 dnl CFLAGS=${CFLAGS}\ -I/mit/gnu/include34 dnl AC_MSG_RESULT(yes)35 dnl else36 dnl AC_MSG_RESULT(no)37 dnl fi38 39 40 dnl Solaris ships with a broken curses.h41 dnl AC_MSG_CHECKING(for solaris broken curses.h)42 dnl if grep "Sun Microsystems" /usr/include/curses.h > /dev/null 2> /dev/null; then43 dnl if test "`grep -c getwc\(stdin\) /usr/include/widec.h`" = "2" ; then44 dnl rm -rf includefix45 dnl mkdir includefix46 dnl sed -e 's/<widec.h>/\"widec.h\"/' /usr/include/curses.h > ./includefix/curses.h47 dnl48 dnl sed -e 's/<wchar.h>/\"wchar.h\"/' \49 dnl -e 's/^#define.putwchar.*//' \50 dnl -e 's/^#define.getwchar().*//' \51 dnl -e 's/^#define.getwc(p).*//' \52 dnl -e 's/^#define.putwc(x, p).*//' \53 dnl /usr/include/widec.h > includefix/widec.h54 dnl CFLAGS=-I./includefix\ ${CFLAGS}55 dnl AC_MSG_RESULT(yes)56 dnl fi57 dnl else58 dnl AC_MSG_RESULT(no)59 dnl fi60 61 62 29 63 30 AC_CHECK_LIB(ncurses, initscr,,
Note: See TracChangeset
for help on using the changeset viewer.