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


Ignore:
Timestamp:
04/18/09 17:44:20 (6 years ago)
Author:
disreali
Comment:

--

Legend:

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

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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