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 4 and Version 5 of app-shells/bash/4.0/1


Ignore:
Timestamp:
04/18/09 18:18:28 (6 years ago)
Author:
disreali
Comment:

--

Legend:

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

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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