diff options
| author | Glenn Morris | 2011-10-13 06:18:32 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-10-13 06:18:32 -0400 |
| commit | 3e72c16e98268d9ca6a2c5de2574540cd11f8ce1 (patch) | |
| tree | ccf5a247ca520e7ab798214036ffc1c444df5833 | |
| parent | 7850ac23aca03b888e09883e474e3fc9f08c64f4 (diff) | |
| download | emacs-3e72c16e98268d9ca6a2c5de2574540cd11f8ce1.tar.gz emacs-3e72c16e98268d9ca6a2c5de2574540cd11f8ce1.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/autogen/configure b/autogen/configure index e86db7a7362..8f50731f3f1 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -14349,6 +14349,8 @@ done | |||
| 14349 | # than to expect to find it in ncurses. | 14349 | # than to expect to find it in ncurses. |
| 14350 | # Also we need tputs and friends to be able to build at all. | 14350 | # Also we need tputs and friends to be able to build at all. |
| 14351 | have_tputs_et_al=true | 14351 | have_tputs_et_al=true |
| 14352 | # Maybe curses should be tried earlier? | ||
| 14353 | # See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9736#35 | ||
| 14352 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 14354 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 14353 | $as_echo_n "checking for library containing tputs... " >&6; } | 14355 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 14354 | if test "${ac_cv_search_tputs+set}" = set; then : | 14356 | if test "${ac_cv_search_tputs+set}" = set; then : |
| @@ -14373,7 +14375,7 @@ return tputs (); | |||
| 14373 | return 0; | 14375 | return 0; |
| 14374 | } | 14376 | } |
| 14375 | _ACEOF | 14377 | _ACEOF |
| 14376 | for ac_lib in '' ncurses terminfo termcap; do | 14378 | for ac_lib in '' ncurses terminfo termcap curses; do |
| 14377 | if test -z "$ac_lib"; then | 14379 | if test -z "$ac_lib"; then |
| 14378 | ac_res="none required" | 14380 | ac_res="none required" |
| 14379 | else | 14381 | else |
| @@ -14408,9 +14410,11 @@ else | |||
| 14408 | fi | 14410 | fi |
| 14409 | 14411 | ||
| 14410 | if test "$have_tputs_et_al" != true; then | 14412 | if test "$have_tputs_et_al" != true; then |
| 14411 | as_fn_error "I couldn't find termcap functions (tputs and friends). | 14413 | as_fn_error "The required function \`tputs' was not found in any library. |
| 14412 | Maybe some development libraries/packages are missing? Try installing | 14414 | These libraries were tried: libncurses, libterminfo, libtermcap, libcurses. |
| 14413 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 14415 | Please try installing whichever of these libraries is most appropriate |
| 14416 | for your system, together with its header files. | ||
| 14417 | For example, a libncurses-dev(el) or similar package." "$LINENO" 5 | ||
| 14414 | fi | 14418 | fi |
| 14415 | # Must define this when any termcap library is found. | 14419 | # Must define this when any termcap library is found. |
| 14416 | 14420 | ||