Mercurial > hg > xemacs-beta
comparison configure @ 5744:9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
message <CAD3FetiVVt_Lw8D6PCeA=_kwFbp8L0h9Y0LSA5QYL5BxxF=fWw@mail.gmail.com>
for the original bug report, and xemacs-patches message
<CAHCOHQm63J403HSyakhpxoO5jTO_OZ5-0rkgT36xbnTs0G3H8Q@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 25 Jun 2013 15:31:58 -0600 |
parents | a2912073be85 |
children | 3ccb4aaf91c7 |
comparison
equal
deleted
inserted
replaced
5743:2257ac0e8a47 | 5744:9c17f7be0b92 |
---|---|
672 XE_CFLAGS | 672 XE_CFLAGS |
673 XEMACS_CC | 673 XEMACS_CC |
674 sound_cflags | 674 sound_cflags |
675 native_sound_lib | 675 native_sound_lib |
676 RECURSIVE_MAKE_ARGS | 676 RECURSIVE_MAKE_ARGS |
677 MAKEINFO | |
677 ld_libs_all | 678 ld_libs_all |
678 ld_libs_window_system | 679 ld_libs_window_system |
679 ld_libs_general | 680 ld_libs_general |
680 ld_switch_all | 681 ld_switch_all |
681 ld_switch_window_system | 682 ld_switch_window_system |
10557 test -n "$YACC" && break | 10558 test -n "$YACC" && break |
10558 done | 10559 done |
10559 test -n "$YACC" || YACC="yacc" | 10560 test -n "$YACC" || YACC="yacc" |
10560 | 10561 |
10561 | 10562 |
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for makeinfo >= 4.12" >&5 | |
10564 $as_echo_n "checking for makeinfo >= 4.12... " >&6; } | |
10565 MAKEINFO= | |
10566 for prog in `which -a makeinfo`; do | |
10567 mi_verstr=`$prog --version | sed -rn '1s/.*+[[:blank:]]([^[:blank:]]+)$/\1/p'` | |
10568 mi_major=`echo $mi_verstr | cut -d. -f1` | |
10569 mi_minor=`echo $mi_verstr | cut -d. -f2` | |
10570 if test $mi_major -gt 4 || ( test $mi_major -eq 4 && test $mi_minor -gt 11 ); | |
10571 then | |
10572 MAKEINFO=$prog | |
10573 break | |
10574 fi | |
10575 done | |
10576 if test -z $MAKEINFO; then | |
10577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
10578 $as_echo "no" >&6; } | |
10579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Makeinfo 4.12 or later required to build info files." >&5 | |
10580 $as_echo "$as_me: WARNING: Makeinfo 4.12 or later required to build info files." >&2;} | |
10581 else | |
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
10583 $as_echo "yes" >&6; } | |
10584 fi | |
10585 ac_config_files="$ac_config_files man/Makefile" | |
10586 | |
10587 | |
10562 for ac_header in a.out.h elf.h cygwin/version.h fcntl.h libgen.h locale.h wchar.h mach/mach.h sys/param.h sys/pstat.h sys/resource.h sys/time.h sys/timeb.h sys/times.h sys/un.h sys/vlimit.h ulimit.h | 10588 for ac_header in a.out.h elf.h cygwin/version.h fcntl.h libgen.h locale.h wchar.h mach/mach.h sys/param.h sys/pstat.h sys/resource.h sys/time.h sys/timeb.h sys/times.h sys/un.h sys/vlimit.h ulimit.h |
10563 do : | 10589 do : |
10564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 10590 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
10565 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 10591 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
10566 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | 10592 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
21361 | 21387 |
21362 | 21388 |
21363 | 21389 |
21364 | 21390 |
21365 | 21391 |
21366 RECURSIVE_MAKE_ARGS="\$(MFLAGS) CC='\$(CC)' CFLAGS='\$(CFLAGS)' LDFLAGS='\$(LDFLAGS)' CPPFLAGS='\$(CPPFLAGS)'" | 21392 |
21393 RECURSIVE_MAKE_ARGS="\$(MFLAGS) CC='\$(CC)' CFLAGS='\$(CFLAGS)' LDFLAGS='\$(LDFLAGS)' CPPFLAGS='\$(CPPFLAGS)' MAKEINFO='\$(MAKEINFO)'" | |
21367 | 21394 |
21368 | 21395 |
21369 native_sound_lib=$with_native_sound_lib | 21396 native_sound_lib=$with_native_sound_lib |
21370 | 21397 |
21371 | 21398 |
22577 | 22604 |
22578 # Handling of arguments. | 22605 # Handling of arguments. |
22579 for ac_config_target in $ac_config_targets | 22606 for ac_config_target in $ac_config_targets |
22580 do | 22607 do |
22581 case $ac_config_target in | 22608 case $ac_config_target in |
22609 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; | |
22582 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; | 22610 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; |
22583 "lwlib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lwlib/config.h" ;; | 22611 "lwlib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lwlib/config.h" ;; |
22584 "$file") CONFIG_FILES="$CONFIG_FILES $file" ;; | 22612 "$file") CONFIG_FILES="$CONFIG_FILES $file" ;; |
22585 "src/paths.h") CONFIG_FILES="$CONFIG_FILES src/paths.h" ;; | 22613 "src/paths.h") CONFIG_FILES="$CONFIG_FILES src/paths.h" ;; |
22586 "src/xemacs.def.in") CONFIG_FILES="$CONFIG_FILES src/xemacs.def.in" ;; | 22614 "src/xemacs.def.in") CONFIG_FILES="$CONFIG_FILES src/xemacs.def.in" ;; |