comparison configure.in @ 72:b9518feda344 r20-0b31

Import from CVS: tag r20-0b31
author cvs
date Mon, 13 Aug 2007 09:03:46 +0200
parents 131b0175ea99
children 54cc21c15cbb
comparison
equal deleted inserted replaced
71:bae944334fa4 72:b9518feda344
1128 hppa* ) machine=hp800 ;; 1128 hppa* ) machine=hp800 ;;
1129 esac 1129 esac
1130 1130
1131 case "${canonical}" in 1131 case "${canonical}" in
1132 *-hp-hpux7* ) opsys=hpux ;; 1132 *-hp-hpux7* ) opsys=hpux ;;
1133 *-hp-hpux8shr* ) opsys=hpux8shr ;; 1133 *-hp-hpux8shr* ) opsys=hpux8-shr ;;
1134 *-hp-hpux8* ) opsys=hpux8 ;; 1134 *-hp-hpux8* ) opsys=hpux8 ;;
1135 *-hp-hpux9shr* ) opsys=hpux9shr ;; 1135 *-hp-hpux9shr* ) opsys=hpux9-shr ;;
1136 *-hp-hpux9* ) opsys=hpux9 ;; 1136 *-hp-hpux9* ) opsys=hpux9 ;;
1137 *-hp-hpux10shr* ) opsys=hpux10shr ;; 1137 *-hp-hpux10shr* ) opsys=hpux10-shr ;;
1138 *-hp-hpux10* ) opsys=hpux10 ;; 1138 *-hp-hpux10* ) opsys=hpux10 ;;
1139 * ) 1139 * )
1140 case "`uname -r`" in 1140 case "`uname -r`" in
1141 ## Someone's system reports A.B8.05 for this. 1141 ## Someone's system reports A.B8.05 for this.
1142 ## I wonder what other possibilities there are. 1142 ## I wonder what other possibilities there are.
2552 test "${with_dialogs}" = "" && with_dialogs="athena" 2552 test "${with_dialogs}" = "" && with_dialogs="athena"
2553 test "${with_dialogs}" = "lucid" && with_dialogs="athena" 2553 test "${with_dialogs}" = "lucid" && with_dialogs="athena"
2554 2554
2555 test "${with_menubars}" != "no" && AC_DEFINE(HAVE_MENUBARS) 2555 test "${with_menubars}" != "no" && AC_DEFINE(HAVE_MENUBARS)
2556 test "${with_scrollbars}" != "no" && AC_DEFINE(HAVE_SCROLLBARS) 2556 test "${with_scrollbars}" != "no" && AC_DEFINE(HAVE_SCROLLBARS)
2557 test "${with_scrollbars}" != "no" && AC_DEFINE(HAVE_DIALOGS) 2557 test "${with_dialogs}" != "no" && AC_DEFINE(HAVE_DIALOGS)
2558 2558
2559 test "${with_menubars}" = "lucid" && AC_DEFINE(LWLIB_MENUBARS_LUCID) 2559 test "${with_menubars}" = "lucid" && AC_DEFINE(LWLIB_MENUBARS_LUCID)
2560 test "${with_menubars}" = "motif" && AC_DEFINE(LWLIB_MENUBARS_MOTIF) 2560 test "${with_menubars}" = "motif" && AC_DEFINE(LWLIB_MENUBARS_MOTIF)
2561 test "${with_scrollbars}" = "lucid" && AC_DEFINE(LWLIB_SCROLLBARS_LUCID) 2561 test "${with_scrollbars}" = "lucid" && AC_DEFINE(LWLIB_SCROLLBARS_LUCID)
2562 test "${with_scrollbars}" = "motif" && AC_DEFINE(LWLIB_SCROLLBARS_MOTIF) 2562 test "${with_scrollbars}" = "motif" && AC_DEFINE(LWLIB_SCROLLBARS_MOTIF)
2712 # FSF 19.29 does this: 2712 # FSF 19.29 does this:
2713 # # fmod, logb, and frexp are found in -lm on most systems. 2713 # # fmod, logb, and frexp are found in -lm on most systems.
2714 # # On HPUX 9.01, -lm does not contain logb, so check for sqrt. 2714 # # On HPUX 9.01, -lm does not contain logb, so check for sqrt.
2715 # A C_CHECK_LIB(m, sqrt) 2715 # A C_CHECK_LIB(m, sqrt)
2716 2716
2717 AC_HAVE_FUNCS(acosh asinh atanh cbrt closedir dup2 eaccess fmod fpathconf frexp ftime gethostname getpagesize gettimeofday getwd logb lrand48 matherr mkdir mktime perror poll random realpath rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask strcasecmp strerror tzset utimes waitpid) 2717 AC_HAVE_FUNCS(acosh asinh atanh cbrt closedir dup2 eaccess fmod fpathconf frexp ftime gethostname getpagesize gettimeofday getcwd getwd logb lrand48 matherr mkdir mktime perror poll random realpath rename res_init rint rmdir select setitimer setpgid setlocale setsid sigblock sighold sigprocmask strcasecmp strerror tzset utimes waitpid)
2718 2718
2719 # Check for mmap. 2719 # Check for mmap.
2720 found_mmap=true 2720 found_mmap=true
2721 AC_FUNC_CHECK(mmap, , found_mmap=) 2721 AC_FUNC_CHECK(mmap, , found_mmap=)
2722 test -n "$found_mmap" && AC_DEFINE(HAVE_MMAP) 2722 test -n "$found_mmap" && AC_DEFINE(HAVE_MMAP)