Overview
Comment: | configure.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c5d46281e7b948f40fbaf3b845f0193a |
User & Date: | johannes@zellner.org on 1999-09-19 23:58:40 |
Other Links: | manifest | tags |
Context
1999-09-20
| ||
00:39 | Makefile.in config.h.in configure.in tclreadline.c check-in: 67dcbf090f user: johannes@zellner.org tags: trunk | |
1999-09-19
| ||
23:58 | configure.in check-in: c5d46281e7 user: johannes@zellner.org tags: trunk | |
23:49 | config.h.in configure.in tclreadline.c tclreadlineSetup.tcl.in check-in: 21ee93bcbd user: johannes@zellner.org tags: trunk | |
Changes
Modified configure.in from [20b5590ffc] to [cc174e08b6].
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | # -*- autoconf -*- |
︙ | |||
278 279 280 281 282 283 284 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 | - + - + | #-------------------------------------------------------------------- # Check for readline.h #-------------------------------------------------------------------- AC_ARG_WITH(readline-includes, [ --with-readline-includes=DIR readline include files in DIR], |
︙ | |||
307 308 309 310 311 312 313 | 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 | - + | #-------------------------------------------------------------------- # Check for libreadline #-------------------------------------------------------------------- AC_ARG_WITH(readline-library, [ --with-readline-library=DIR readline library files in DIR], |
︙ | |||
348 349 350 351 352 353 354 | 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | - + | # check for the terminal library. # --- olibs=${LIBS} AC_ARG_WITH(tlib-library, [ --with-tlib-library=DIR where to search for curses / termcap], |
︙ |