Overview
Comment: | configure.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dd60975ba51cc6f50008982e8e662318 |
User & Date: | johannes@zellner.org on 1999-09-20 16:16:53 |
Other Links: | manifest | tags |
Context
1999-09-22
| ||
00:09 | Wed Sep 22 02:07:23 CEST 1999 check-in: 9e3c1d7364 user: johannes@zellner.org tags: trunk | |
1999-09-20
| ||
16:16 | configure.in check-in: dd60975ba5 user: johannes@zellner.org tags: trunk | |
00:39 | Makefile.in config.h.in configure.in tclreadline.c check-in: 67dcbf090f user: johannes@zellner.org tags: trunk | |
Changes
Modified configure.in from [6f48a841a3] to [c9637892c0].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- autoconf -*- # FILE: "/disk01/home/joze/src/tclreadline/configure.in" |
︙ | |||
359 360 361 362 363 364 365 | 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 | - - - - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - + + + + - | tlib_library=$withval, tlib_library="") AC_MSG_CHECKING([where to look for the terminal library]) TERMLIB_DIR="" TERMLIB_VERSION_SUFFIX="" for dir in $tlib_library $TCLREADLINE_LPATH $prefix/lib/; do for tlib in ncurses termlib termcap curses; do |
︙ | |||
458 459 460 461 462 463 464 | 453 454 455 456 457 458 459 460 461 462 463 464 465 466 | - - | }], READLINE_VERSION=`cat conftestversion` AC_MSG_RESULT($READLINE_VERSION), AC_MSG_RESULT(failed), AC_MSG_RESULT(no cross compiling)) |
︙ |