HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 9 and Version 10 of app-shells/bash/4.0/1


Ignore:
Timestamp:
01/06/12 05:52:33 (4 years ago)
Author:
disreali
Comment:

revome needless clutter.

Legend:

Unmodified
Added
Removed
Modified
  • app-shells/bash/4.0/1

    v9 v10  
    1 As of 2009-11-14, korli added bash 4.0p035 to the Haiku trunk in r34040. 
     1[begin portlog metadata] 
     2description:  
     3authors:  
     4status: stable 
     5message:  
     6[end portlog metadata] 
    27 
    3  
    4 **I need to thank Monni for the tremendous amount help he provided. ** 
    5  
    6 I hope to make a diff and post it here soon. 
    7  
    8  
    9 config output: 
    10  
    11 {{{ 
    12 checking build system type... i586-pc-haiku 
    13 checking host system type... i586-pc-haiku 
    14 checking for emacs... no 
    15 checking for xemacs... no 
    16  
    17 Beginning configuration for bash-4.0-release for i586-pc-haiku 
    18  
    19 checking for gcc... gcc 
    20 checking for C compiler default output file name... conftest 
    21 checking whether the C compiler works... yes 
    22 checking whether we are cross compiling... no 
    23 checking for suffix of executables...  
    24 checking for suffix of object files... o 
    25 checking whether we are using the GNU C compiler... yes 
    26 checking whether gcc accepts -g... yes 
    27 checking for gcc option to accept ISO C89... none needed 
    28 checking for library containing strerror... none required 
    29 checking how to run the C preprocessor... gcc -E 
    30 checking for grep that handles long lines and -e... /bin/grep 
    31 checking for egrep... /bin/grep -E 
    32 checking for ANSI C header files... yes 
    33 checking for sys/types.h... yes 
    34 checking for sys/stat.h... yes 
    35 checking for stdlib.h... yes 
    36 checking for string.h... yes 
    37 checking for memory.h... yes 
    38 checking for strings.h... yes 
    39 checking for inttypes.h... yes 
    40 checking for stdint.h... yes 
    41 checking for unistd.h... yes 
    42 checking minix/config.h usability... no 
    43 checking minix/config.h presence... no 
    44 checking for minix/config.h... no 
    45 checking whether it is safe to define __EXTENSIONS__... yes 
    46 checking for a sed that does not truncate output... /bin/sed 
    47 checking for fgrep... /bin/grep -F 
    48 checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
    49 checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
    50 checking for BSD- or MS-compatible name lister (nm)... /boot/develop/tools/gnupro/bin/nm -B 
    51 checking the name lister (/boot/develop/tools/gnupro/bin/nm -B) interface... BSD nm 
    52 checking whether ln -s works... yes 
    53 checking the maximum length of command line arguments... 32768 
    54 checking whether the shell understands some XSI constructs... yes 
    55 checking whether the shell understands "+="... no 
    56 checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r 
    57 checking for objdump... objdump 
    58 checking how to recognize dependent libraries... pass_all 
    59 checking for ar... ar 
    60 checking for strip... strip 
    61 checking for ranlib... ranlib 
    62 checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok 
    63 checking for dlfcn.h... yes 
    64 checking for objdir... .libs 
    65 checking if gcc supports -fno-rtti -fno-exceptions... yes 
    66 checking for gcc option to produce PIC...  -DPIC 
    67 checking if gcc PIC flag  -DPIC works... yes 
    68 checking if gcc static flag  works... yes 
    69 checking if gcc supports -c -o file.o... yes 
    70 checking if gcc supports -c -o file.o... (cached) yes 
    71 checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
    72 checking whether -lc should be explicitly linked in... yes 
    73 checking dynamic linker characteristics... haiku runtime_loader 
    74 checking how to hardcode library paths into programs... immediate 
    75 checking whether stripping libraries is possible... yes 
    76 checking if libtool supports shared libraries... yes 
    77 checking whether to build shared libraries... yes 
    78 checking whether to build static libraries... yes 
    79 checking for special C compiler options needed for large files... no 
    80 checking for _FILE_OFFSET_BITS value needed for large files... no 
    81 checking whether gcc needs -traditional... no 
    82 checking for a BSD-compatible install... /bin/install -c 
    83 checking for ar... ar 
    84 checking for bison... bison -y 
    85 checking whether make sets $(MAKE)... yes 
    86 checking for an ANSI C-conforming const... yes 
    87 checking for inline... inline 
    88 checking whether byte ordering is bigendian... no 
    89 checking for preprocessor stringizing operator... yes 
    90 checking for long double with more range or precision than double... no 
    91 checking for function prototypes... yes 
    92 checking whether char is unsigned... no 
    93 checking for working volatile... yes 
    94 checking for C/C++ restrict keyword... __restrict 
    95 checking for a thread-safe mkdir -p... /bin/mkdir -p 
    96 checking whether NLS is requested... yes 
    97 checking for msgfmt... /boot/common/bin/msgfmt 
    98 checking for gmsgfmt... /boot/common/bin/msgfmt 
    99 checking for xgettext... /boot/common/bin/xgettext 
    100 checking for msgmerge... /boot/common/bin/msgmerge 
    101 checking whether we are using the GNU C Library 2 or newer... no 
    102 checking for ranlib... (cached) ranlib 
    103 checking for simple visibility declarations... no 
    104 checking for size_t... yes 
    105 checking for stdint.h... yes 
    106 checking for working alloca.h... yes 
    107 checking for alloca... yes 
    108 checking for stdlib.h... (cached) yes 
    109 checking for unistd.h... (cached) yes 
    110 checking for getpagesize... yes 
    111 checking for working mmap... no 
    112 checking whether integer division by zero raises SIGFPE... yes 
    113 checking for inttypes.h... yes 
    114 checking for unsigned long long int... yes 
    115 checking for inttypes.h... (cached) yes 
    116 checking whether the inttypes.h PRIxNN macros are broken... no 
    117 checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
    118 checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
    119 checking for shared library run path origin... done 
    120 checking whether imported symbols can be declared weak... yes 
    121 checking pthread.h usability... yes 
    122 checking pthread.h presence... yes 
    123 checking for pthread.h... yes 
    124 checking for pthread_kill in -lpthread... no 
    125 checking for pthread_rwlock_t... yes 
    126 checking for multithread API to use... posix 
    127 checking argz.h usability... no 
    128 checking argz.h presence... no 
    129 checking for argz.h... no 
    130 checking for inttypes.h... (cached) yes 
    131 checking limits.h usability... yes 
    132 checking limits.h presence... yes 
    133 checking for limits.h... yes 
    134 checking for unistd.h... (cached) yes 
    135 checking sys/param.h usability... yes 
    136 checking sys/param.h presence... yes 
    137 checking for sys/param.h... yes 
    138 checking for getcwd... yes 
    139 checking for getegid... yes 
    140 checking for geteuid... yes 
    141 checking for getgid... yes 
    142 checking for getuid... yes 
    143 checking for mempcpy... no 
    144 checking for munmap... yes 
    145 checking for stpcpy... yes 
    146 checking for strcasecmp... yes 
    147 checking for strdup... yes 
    148 checking for strtoul... yes 
    149 checking for tsearch... yes 
    150 checking for argz_count... no 
    151 checking for argz_stringify... no 
    152 checking for argz_next... no 
    153 checking for __fsetlocking... yes 
    154 checking whether feof_unlocked is declared... yes 
    155 checking whether fgets_unlocked is declared... no 
    156 checking for iconv... yes 
    157 checking for working iconv... yes 
    158 checking how to link with libiconv... -liconv 
    159 checking for iconv declaration...  
    160          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 
    161 checking for NL_LOCALE_NAME macro... no 
    162 checking for bison... bison 
    163 checking version of bison... 2.4, ok 
    164 checking for long long int... yes 
    165 checking for wchar_t... yes 
    166 checking for wint_t... yes 
    167 checking for intmax_t... yes 
    168 checking whether printf() supports POSIX/XSI format strings... yes 
    169 checking whether we are using the GNU C Library 2.1 or newer... no 
    170 checking for stdint.h... (cached) yes 
    171 checking for SIZE_MAX... yes 
    172 checking for stdint.h... (cached) yes 
    173 checking for CFPreferencesCopyAppValue... no 
    174 checking for CFLocaleCopyCurrent... no 
    175 checking for ptrdiff_t... yes 
    176 checking stddef.h usability... yes 
    177 checking stddef.h presence... yes 
    178 checking for stddef.h... yes 
    179 checking for stdlib.h... (cached) yes 
    180 checking for string.h... (cached) yes 
    181 checking for asprintf... yes 
    182 checking for fwprintf... yes 
    183 checking for putenv... yes 
    184 checking for setenv... yes 
    185 checking for setlocale... yes 
    186 checking for snprintf... yes 
    187 checking for wcslen... yes 
    188 checking whether _snprintf is declared... no 
    189 checking whether _snwprintf is declared... no 
    190 checking whether getc_unlocked is declared... yes 
    191 checking for nl_langinfo and CODESET... no 
    192 checking for LC_MESSAGES... yes 
    193 checking for CFPreferencesCopyAppValue... (cached) no 
    194 checking for CFLocaleCopyCurrent... (cached) no 
    195 checking whether included gettext is requested... no 
    196 checking for GNU gettext in libc... no 
    197 checking for GNU gettext in libintl... no 
    198 checking whether to use NLS... yes 
    199 checking where the gettext function comes from... included intl directory 
    200 checking for dirent.h that defines DIR... yes 
    201 checking for library containing opendir... none required 
    202 checking whether time.h and sys/time.h may both be included... yes 
    203 checking for inttypes.h... (cached) yes 
    204 checking for unistd.h... (cached) yes 
    205 checking for stdlib.h... (cached) yes 
    206 checking stdarg.h usability... yes 
    207 checking stdarg.h presence... yes 
    208 checking for stdarg.h... yes 
    209 checking varargs.h usability... yes 
    210 checking varargs.h presence... yes 
    211 checking for varargs.h... yes 
    212 checking for limits.h... (cached) yes 
    213 checking for string.h... (cached) yes 
    214 checking for memory.h... (cached) yes 
    215 checking locale.h usability... yes 
    216 checking locale.h presence... yes 
    217 checking for locale.h... yes 
    218 checking termcap.h usability... yes 
    219 checking termcap.h presence... yes 
    220 checking for termcap.h... yes 
    221 checking termio.h usability... no 
    222 checking termio.h presence... no 
    223 checking for termio.h... no 
    224 checking termios.h usability... yes 
    225 checking termios.h presence... yes 
    226 checking for termios.h... yes 
    227 checking for dlfcn.h... (cached) yes 
    228 checking for stddef.h... (cached) yes 
    229 checking for stdint.h... (cached) yes 
    230 checking netdb.h usability... yes 
    231 checking netdb.h presence... yes 
    232 checking for netdb.h... yes 
    233 checking pwd.h usability... yes 
    234 checking pwd.h presence... yes 
    235 checking for pwd.h... yes 
    236 checking grp.h usability... yes 
    237 checking grp.h presence... yes 
    238 checking for grp.h... yes 
    239 checking for strings.h... (cached) yes 
    240 checking regex.h usability... yes 
    241 checking regex.h presence... yes 
    242 checking for regex.h... yes 
    243 checking sys/pte.h usability... no 
    244 checking sys/pte.h presence... no 
    245 checking for sys/pte.h... no 
    246 checking sys/stream.h usability... no 
    247 checking sys/stream.h presence... no 
    248 checking for sys/stream.h... no 
    249 checking sys/select.h usability... yes 
    250 checking sys/select.h presence... yes 
    251 checking for sys/select.h... yes 
    252 checking sys/file.h usability... yes 
    253 checking sys/file.h presence... yes 
    254 checking for sys/file.h... yes 
    255 checking sys/resource.h usability... yes 
    256 checking sys/resource.h presence... yes 
    257 checking for sys/resource.h... yes 
    258 checking for sys/param.h... (cached) yes 
    259 checking sys/socket.h usability... yes 
    260 checking sys/socket.h presence... yes 
    261 checking for sys/socket.h... yes 
    262 checking for sys/stat.h... (cached) yes 
    263 checking sys/time.h usability... yes 
    264 checking sys/time.h presence... yes 
    265 checking for sys/time.h... yes 
    266 checking sys/times.h usability... yes 
    267 checking sys/times.h presence... yes 
    268 checking for sys/times.h... yes 
    269 checking for sys/types.h... (cached) yes 
    270 checking sys/wait.h usability... yes 
    271 checking sys/wait.h presence... yes 
    272 checking for sys/wait.h... yes 
    273 checking netinet/in.h usability... yes 
    274 checking netinet/in.h presence... yes 
    275 checking for netinet/in.h... yes 
    276 checking arpa/inet.h usability... yes 
    277 checking arpa/inet.h presence... yes 
    278 checking for arpa/inet.h... yes 
    279 checking for sys/ptem.h... no 
    280 checking for working alloca.h... (cached) yes 
    281 checking for alloca... (cached) yes 
    282 checking whether getpgrp requires zero arguments... yes 
    283 checking for vprintf... yes 
    284 checking for _doprnt... no 
    285 checking for working strcoll... yes 
    286 checking return type of signal handlers... void 
    287 checking for __setostype... no 
    288 checking for wait3... no 
    289 checking for isinf... yes 
    290 checking for isnan... yes 
    291 checking for mkfifo... yes 
    292 checking for dup2... yes 
    293 checking for eaccess... no 
    294 checking for fcntl... yes 
    295 checking for getdtablesize... yes 
    296 checking for getgroups... yes 
    297 checking for gethostname... yes 
    298 checking for getpagesize... (cached) yes 
    299 checking for getpeername... no 
    300 checking for getrlimit... yes 
    301 checking for getrusage... yes 
    302 checking for gettimeofday... yes 
    303 checking for kill... yes 
    304 checking for killpg... yes 
    305 checking for lstat... yes 
    306 checking for readlink... yes 
    307 checking for sbrk... yes 
    308 checking for select... yes 
    309 checking for setdtablesize... no 
    310 checking for setitimer... yes 
    311 checking for tcgetpgrp... yes 
    312 checking for uname... yes 
    313 checking for ulimit... no 
    314 checking for waitpid... yes 
    315 checking for rename... yes 
    316 checking for bcopy... yes 
    317 checking for bzero... yes 
    318 checking for confstr... yes 
    319 checking for fnmatch... yes 
    320 checking for getaddrinfo... no 
    321 checking for gethostbyname... no 
    322 checking for getservbyname... no 
    323 checking for getservent... no 
    324 checking for inet_aton... no 
    325 checking for memmove... yes 
    326 checking for pathconf... yes 
    327 checking for putenv... (cached) yes 
    328 checking for raise... yes 
    329 checking for regcomp... yes 
    330 checking for regexec... yes 
    331 checking for setenv... (cached) yes 
    332 checking for setlinebuf... yes 
    333 checking for setlocale... (cached) yes 
    334 checking for setvbuf... yes 
    335 checking for siginterrupt... yes 
    336 checking for strchr... yes 
    337 checking for sysconf... yes 
    338 checking for tcgetattr... yes 
    339 checking for times... yes 
    340 checking for ttyname... yes 
    341 checking for tzset... yes 
    342 checking for unsetenv... yes 
    343 checking for vsnprintf... yes 
    344 checking for snprintf... (cached) yes 
    345 checking for vasprintf... yes 
    346 checking for asprintf... (cached) yes 
    347 checking for isascii... yes 
    348 checking for isblank... yes 
    349 checking for isgraph... yes 
    350 checking for isprint... yes 
    351 checking for isspace... yes 
    352 checking for isxdigit... yes 
    353 checking for getpwent... yes 
    354 checking for getpwnam... yes 
    355 checking for getpwuid... yes 
    356 checking for getcwd... (cached) yes 
    357 checking for memset... yes 
    358 checking for strcasecmp... (cached) yes 
    359 checking for strerror... yes 
    360 checking for strftime... yes 
    361 checking for strnlen... yes 
    362 checking for strpbrk... yes 
    363 checking for strstr... yes 
    364 checking for strtod... yes 
    365 checking for strtol... yes 
    366 checking for strtoul... (cached) yes 
    367 checking for strtoll... yes 
    368 checking for strtoull... yes 
    369 checking for strtoimax... yes 
    370 checking for strtoumax... yes 
    371 checking for fdprintf... no 
    372 checking whether confstr is declared... yes 
    373 checking whether printf is declared... yes 
    374 checking whether sbrk is declared... yes 
    375 checking whether setregid is declared... yes 
    376 checking whether strcpy is declared... yes 
    377 checking whether strsignal is declared... yes 
    378 checking whether strtold is declared... no 
    379 checking for declaration of strtoimax... yes 
    380 checking for declaration of strtol... yes 
    381 checking for declaration of strtoll... yes 
    382 checking for declaration of strtoul... yes 
    383 checking for declaration of strtoull... yes 
    384 checking for declaration of strtoumax... yes 
    385 checking for sys/time.h... (cached) yes 
    386 checking for unistd.h... (cached) yes 
    387 checking for alarm... yes 
    388 checking for working mktime... yes 
    389 checking for argz.h... (cached) no 
    390 checking errno.h usability... yes 
    391 checking errno.h presence... yes 
    392 checking for errno.h... yes 
    393 checking fcntl.h usability... yes 
    394 checking fcntl.h presence... yes 
    395 checking for fcntl.h... yes 
    396 checking malloc.h usability... yes 
    397 checking malloc.h presence... yes 
    398 checking for malloc.h... yes 
    399 checking stdio_ext.h usability... yes 
    400 checking stdio_ext.h presence... yes 
    401 checking for stdio_ext.h... yes 
    402 checking for stdlib.h... (cached) yes 
    403 checking for unistd.h... (cached) yes 
    404 checking for getpagesize... (cached) yes 
    405 checking for working mmap... (cached) no 
    406 checking for __argz_count... no 
    407 checking for __argz_next... no 
    408 checking for __argz_stringify... no 
    409 checking for dcgettext... no 
    410 checking for mempcpy... (cached) no 
    411 checking for munmap... (cached) yes 
    412 checking for stpcpy... (cached) yes 
    413 checking for strcspn... yes 
    414 checking for strdup... (cached) yes 
    415 checking wctype.h usability... yes 
    416 checking wctype.h presence... yes 
    417 checking for wctype.h... yes 
    418 checking wchar.h usability... yes 
    419 checking wchar.h presence... yes 
    420 checking for wchar.h... yes 
    421 checking langinfo.h usability... no 
    422 checking langinfo.h presence... no 
    423 checking for langinfo.h... no 
    424 checking for mbrlen... yes 
    425 checking for mbscmp... no 
    426 checking for mbsrtowcs... yes 
    427 checking for wcrtomb... yes 
    428 checking for wcscoll... yes 
    429 checking for wcsdup... yes 
    430 checking for wcwidth... yes 
    431 checking for wctype... yes 
    432 checking whether mbrtowc and mbstate_t are properly declared... yes 
    433 checking for iswlower... yes 
    434 checking for iswupper... yes 
    435 checking for towlower... yes 
    436 checking for towupper... yes 
    437 checking for iswctype... yes 
    438 checking for nl_langinfo and CODESET... no 
    439 checking for wchar_t in wchar.h... yes 
    440 checking for wctype_t in wctype.h... yes 
    441 checking for wint_t in wctype.h... yes 
    442 checking for dlopen in -ldl... no 
    443 checking for dlopen... yes 
    444 checking for dlclose... yes 
    445 checking for dlsym... yes 
    446 checking whether sys_siglist is declared... yes 
    447 checking for inet_aton... no 
    448 checking for getpeername in -lsocket... no 
    449 checking for gethostbyname in socket library... no 
    450 checking for uid_t in sys/types.h... yes 
    451 checking type of array argument to getgroups... gid_t 
    452 checking for off_t... yes 
    453 checking for mode_t... yes 
    454 checking for uid_t in sys/types.h... (cached) yes 
    455 checking for pid_t... yes 
    456 checking for size_t... (cached) yes 
    457 checking for ssize_t... yes 
    458 checking for time_t... yes 
    459 checking for long long... long long 
    460 checking for unsigned long long... unsigned long long 
    461 checking return type of signal handlers... (cached) void 
    462 checking for sig_atomic_t in signal.h... yes 
    463 checking size of char... 1 
    464 checking size of short... 2 
    465 checking size of int... 4 
    466 checking size of long... 4 
    467 checking size of char *... 4 
    468 checking size of double... 8 
    469 checking size of long long... 8 
    470 checking for u_int... yes 
    471 checking for u_long... yes 
    472 checking for bits16_t... no 
    473 checking for u_bits16_t... no 
    474 checking for bits32_t... no 
    475 checking for u_bits32_t... no 
    476 checking for bits64_t... no 
    477 checking for ptrdiff_t... (cached) yes 
    478 checking whether stat file-mode macros are broken... no 
    479 checking whether #! works in shell scripts... yes 
    480 checking whether the ctype macros accept non-ascii characters... no 
    481 checking if dup2 fails to clear the close-on-exec flag... no 
    482 checking whether pgrps need synchronization... no 
    483 checking return type of signal handlers... (cached) void 
    484 checking for type of signal functions... posix 
    485 checking for sys_errlist and sys_nerr... yes 
    486 checking whether sys_siglist is declared... (cached) yes 
    487 checking for sys_siglist in system C library... yes 
    488 ./configure: line 37467: BASH_UNDER_SYS_SIGLIST: command not found 
    489 checking whether signal handlers are of type void... yes 
    490 checking for clock_t... yes 
    491 checking for sigset_t... yes 
    492 checking for quad_t... no 
    493 checking for intmax_t... yes 
    494 checking for uintmax_t... yes 
    495 checking for socklen_t... yes 
    496 checking for size and type of struct rlimit fields... rlim_t 
    497 checking for struct termios.c_line... yes 
    498 checking for struct termio.c_line... no 
    499 checking for struct dirent.d_ino... yes 
    500 checking for struct dirent.d_fileno... no 
    501 checking for struct dirent.d_namlen... no 
    502 checking for struct winsize in sys/ioctl.h and termios.h... termios.h 
    503 checking for struct timeval in sys/time.h and time.h... yes 
    504 checking for struct stat.st_blocks... yes 
    505 checking whether struct tm is in sys/time.h or time.h... time.h 
    506 checking for struct tm.tm_zone... yes 
    507 checking for struct timezone in sys/time.h and time.h... yes 
    508 checking for the existence of strsignal... yes 
    509 checking if opendir() opens non-directories... no 
    510 checking whether ulimit can substitute for getdtablesize... no 
    511 ./configure: line 39280: BASH_FUNC_FPURGE: command not found 
    512 checking to see if getenv can be redefined... yes 
    513 checking if getcwd() will dynamically allocate memory with 0 size... yes 
    514 checking for presence of POSIX-style sigsetjmp/siglongjmp... present 
    515 checking whether or not strcoll and strcmp differ... no 
    516 checking for standard-conformant putenv declaration... no 
    517 checking for standard-conformant unsetenv declaration... yes 
    518 checking for printf floating point output in hex notation... yes 
    519 checking if signal handlers must be reinstalled when invoked... no 
    520 checking for presence of necessary job control definitions... present 
    521 checking for presence of named pipes... present 
    522 checking whether termios.h defines TIOCGWINSZ... yes 
    523 checking for TIOCSTAT in sys/ioctl.h... no 
    524 checking for FIONREAD in sys/ioctl.h... yes 
    525 checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no 
    526 checking for speed_t in sys/types.h... no 
    527 checking whether getpw functions are declared in pwd.h... yes 
    528 checking for unusable real-time signals due to large values... no 
    529 checking for _sys_siglist in signal.h or unistd.h... no 
    530 checking for tgetent... no 
    531 checking for tgetent in -ltermcap... no 
    532 checking for tgetent in -ltinfo... no 
    533 checking for tgetent in -lcurses... no 
    534 checking for tgetent in -lncurses... yes 
    535 checking which library has the termcap functions... using libncurses 
    536 checking whether /dev/fd is available... absent 
    537 checking whether /dev/stdin stdout stderr are available... absent 
    538 checking for default mail directory... unknown 
    539 checking shared object configuration for loadable builtins... supported 
    540 configure: creating ./config.status 
    541 config.status: creating Makefile 
    542 config.status: creating builtins/Makefile 
    543 config.status: creating lib/readline/Makefile 
    544 config.status: creating lib/glob/Makefile 
    545 config.status: creating lib/intl/Makefile 
    546 config.status: creating lib/malloc/Makefile 
    547 config.status: creating lib/sh/Makefile 
    548 config.status: creating lib/termcap/Makefile 
    549 config.status: creating lib/tilde/Makefile 
    550 config.status: creating doc/Makefile 
    551 config.status: creating support/Makefile 
    552 config.status: creating po/Makefile.in 
    553 config.status: creating examples/loadables/Makefile 
    554 config.status: creating examples/loadables/perl/Makefile 
    555 config.status: creating config.h 
    556 config.status: config.h is unchanged 
    557 config.status: executing libtool commands 
    558 config.status: executing po-directories commands 
    559 config.status: creating po/POTFILES 
    560 config.status: creating po/Makefile 
    561 config.status: executing default commands 
    562 }}} 
    563  
     8On 2009-11-14, bash 4.0p035 was added to the Haiku trunk in r34040. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/