aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2008-02-04 02:41:07 +0000
committerMiles Bader2008-02-04 02:41:07 +0000
commitfaece65ecfc9d48a1ddaa360038177cc5c5681c6 (patch)
tree02c530d5540a11a87faa2184910f8e30770924b6
parent77b4d8bc1c96832256906f5368f9e857293ac925 (diff)
downloademacs-old-branches/multi-tty.tar.gz
emacs-old-branches/multi-tty.zip
Add a big "this branch is obsolete" error message to configure.inold-branches/multi-tty
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-46
-rwxr-xr-xconfigure101
-rw-r--r--configure.in15
2 files changed, 100 insertions, 16 deletions
diff --git a/configure b/configure
index 5bf06d0d3b6..dd7a8a53833 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419} 419}
420 420
421 421
@@ -679,6 +679,7 @@ INSTALL_DATA
679RANLIB 679RANLIB
680INSTALL_INFO 680INSTALL_INFO
681GZIP_PROG 681GZIP_PROG
682MAKEINFO
682LIBSOUND 683LIBSOUND
683PKG_CONFIG 684PKG_CONFIG
684ALSA_CFLAGS 685ALSA_CFLAGS
@@ -1791,6 +1792,21 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1791ac_config_headers="$ac_config_headers src/config.h:src/config.in" 1792ac_config_headers="$ac_config_headers src/config.h:src/config.in"
1792 1793
1793 1794
1795cat 1>&2 <<EOF
1796******************************************************************
1797* *
1798* The Emacs "multi-tty" branch has been merged into the *
1799* CVS trunk, and is now obsolete. You should probably use *
1800* the CVS trunk instead. *
1801* *
1802* To switch a CVS checkout to the trunk, use the command: *
1803* *
1804* cvs update -A *
1805* *
1806******************************************************************
1807EOF
1808exit 1
1809
1794test "$program_prefix" != NONE && 1810test "$program_prefix" != NONE &&
1795 program_transform_name="s&^&$program_prefix&;$program_transform_name" 1811 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1796# Use a double $ so make ignores it. 1812# Use a double $ so make ignores it.
@@ -5330,6 +5346,61 @@ fi
5330 5346
5331 5347
5332 5348
5349## Need makeinfo >= 4.6 (?) to build the manuals.
5350# Extract the first word of "makeinfo", so it can be a program name with args.
5351set dummy makeinfo; ac_word=$2
5352{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5354if test "${ac_cv_path_MAKEINFO+set}" = set; then
5355 echo $ECHO_N "(cached) $ECHO_C" >&6
5356else
5357 case $MAKEINFO in
5358 [\\/]* | ?:[\\/]*)
5359 ac_cv_path_MAKEINFO="$MAKEINFO" # Let the user override the test with a path.
5360 ;;
5361 *)
5362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5363for as_dir in $PATH
5364do
5365 IFS=$as_save_IFS
5366 test -z "$as_dir" && as_dir=.
5367 for ac_exec_ext in '' $ac_executable_extensions; do
5368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5369 ac_cv_path_MAKEINFO="$as_dir/$ac_word$ac_exec_ext"
5370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5371 break 2
5372 fi
5373done
5374done
5375IFS=$as_save_IFS
5376
5377 test -z "$ac_cv_path_MAKEINFO" && ac_cv_path_MAKEINFO="no"
5378 ;;
5379esac
5380fi
5381MAKEINFO=$ac_cv_path_MAKEINFO
5382if test -n "$MAKEINFO"; then
5383 { echo "$as_me:$LINENO: result: $MAKEINFO" >&5
5384echo "${ECHO_T}$MAKEINFO" >&6; }
5385else
5386 { echo "$as_me:$LINENO: result: no" >&5
5387echo "${ECHO_T}no" >&6; }
5388fi
5389
5390
5391if test "$MAKEINFO" != "no" && \
5392 test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[^0-9]*([5-9]|4\.[6-9])'`" = x; then
5393 MAKEINFO=no
5394fi
5395
5396if test "$MAKEINFO" = "no"; then
5397 { { echo "$as_me:$LINENO: error: makeinfo >= 4.6 is required " >&5
5398echo "$as_me: error: makeinfo >= 4.6 is required " >&2;}
5399 { (exit 1); exit 1; }; }
5400fi
5401
5402
5403
5333if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x 5404if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
5334then 5405then
5335 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" 5406 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
@@ -11450,6 +11521,7 @@ if test "${HAVE_GTK}" = "yes"; then
11450 with_toolkit_scroll_bars=yes 11521 with_toolkit_scroll_bars=yes
11451 fi 11522 fi
11452 11523
11524 HAVE_GTK_MULTIDISPLAY=no
11453 11525
11454for ac_func in gdk_display_open 11526for ac_func in gdk_display_open
11455do 11527do
@@ -14253,13 +14325,13 @@ if test "${HAVE_X11}" = "yes"; then
14253 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" 14325 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
14254 14326
14255 if test "X${MISSING}" != X; then 14327 if test "X${MISSING}" != X; then
14256 { { echo "$as_me:$LINENO: error: The following required libraries was not found: 14328 { { echo "$as_me:$LINENO: error: The following required libraries were not found:
14257 $MISSING 14329 $MISSING
14258Maybe some development libraries/packages are missing? 14330Maybe some development libraries/packages are missing?
14259If you don't want to link with them give 14331If you don't want to link with them give
14260 $WITH_NO 14332 $WITH_NO
14261as options to configure" >&5 14333as options to configure" >&5
14262echo "$as_me: error: The following required libraries was not found: 14334echo "$as_me: error: The following required libraries were not found:
14263 $MISSING 14335 $MISSING
14264Maybe some development libraries/packages are missing? 14336Maybe some development libraries/packages are missing?
14265If you don't want to link with them give 14337If you don't want to link with them give
@@ -18446,13 +18518,11 @@ _ACEOF
18446cat confdefs.h >>conftest.$ac_ext 18518cat confdefs.h >>conftest.$ac_ext
18447cat >>conftest.$ac_ext <<_ACEOF 18519cat >>conftest.$ac_ext <<_ACEOF
18448/* end confdefs.h. */ 18520/* end confdefs.h. */
18449#include <sys/types.h> /* for off_t */ 18521#include <stdio.h>
18450 #include <stdio.h>
18451int 18522int
18452main () 18523main ()
18453{ 18524{
18454int (*fp) (FILE *, off_t, int) = fseeko; 18525return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18455 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18456 ; 18526 ;
18457 return 0; 18527 return 0;
18458} 18528}
@@ -18492,13 +18562,11 @@ cat confdefs.h >>conftest.$ac_ext
18492cat >>conftest.$ac_ext <<_ACEOF 18562cat >>conftest.$ac_ext <<_ACEOF
18493/* end confdefs.h. */ 18563/* end confdefs.h. */
18494#define _LARGEFILE_SOURCE 1 18564#define _LARGEFILE_SOURCE 1
18495#include <sys/types.h> /* for off_t */ 18565#include <stdio.h>
18496 #include <stdio.h>
18497int 18566int
18498main () 18567main ()
18499{ 18568{
18500int (*fp) (FILE *, off_t, int) = fseeko; 18569return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18501 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18502 ; 18570 ;
18503 return 0; 18571 return 0;
18504} 18572}
@@ -24405,6 +24473,7 @@ INSTALL_DATA!$INSTALL_DATA$ac_delim
24405RANLIB!$RANLIB$ac_delim 24473RANLIB!$RANLIB$ac_delim
24406INSTALL_INFO!$INSTALL_INFO$ac_delim 24474INSTALL_INFO!$INSTALL_INFO$ac_delim
24407GZIP_PROG!$GZIP_PROG$ac_delim 24475GZIP_PROG!$GZIP_PROG$ac_delim
24476MAKEINFO!$MAKEINFO$ac_delim
24408LIBSOUND!$LIBSOUND$ac_delim 24477LIBSOUND!$LIBSOUND$ac_delim
24409PKG_CONFIG!$PKG_CONFIG$ac_delim 24478PKG_CONFIG!$PKG_CONFIG$ac_delim
24410ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim 24479ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
@@ -24438,7 +24507,6 @@ x_default_search_path!$x_default_search_path$ac_delim
24438etcdir!$etcdir$ac_delim 24507etcdir!$etcdir$ac_delim
24439archlibdir!$archlibdir$ac_delim 24508archlibdir!$archlibdir$ac_delim
24440bitmapdir!$bitmapdir$ac_delim 24509bitmapdir!$bitmapdir$ac_delim
24441gamedir!$gamedir$ac_delim
24442_ACEOF 24510_ACEOF
24443 24511
24444 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 24512 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -24480,6 +24548,7 @@ _ACEOF
24480ac_delim='%!_!# ' 24548ac_delim='%!_!# '
24481for ac_last_try in false false false false false :; do 24549for ac_last_try in false false false false false :; do
24482 cat >conf$$subs.sed <<_ACEOF 24550 cat >conf$$subs.sed <<_ACEOF
24551gamedir!$gamedir$ac_delim
24483gameuser!$gameuser$ac_delim 24552gameuser!$gameuser$ac_delim
24484c_switch_system!$c_switch_system$ac_delim 24553c_switch_system!$c_switch_system$ac_delim
24485c_switch_machine!$c_switch_machine$ac_delim 24554c_switch_machine!$c_switch_machine$ac_delim
@@ -24493,7 +24562,7 @@ carbon_appdir!$carbon_appdir$ac_delim
24493LTLIBOBJS!$LTLIBOBJS$ac_delim 24562LTLIBOBJS!$LTLIBOBJS$ac_delim
24494_ACEOF 24563_ACEOF
24495 24564
24496 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 11; then 24565 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then
24497 break 24566 break
24498 elif $ac_last_try; then 24567 elif $ac_last_try; then
24499 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 24568 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
diff --git a/configure.in b/configure.in
index d1796ca41e8..a3ff4de9411 100644
--- a/configure.in
+++ b/configure.in
@@ -27,6 +27,21 @@ AC_PREREQ(2.61)dnl
27AC_INIT(src/lisp.h) 27AC_INIT(src/lisp.h)
28AC_CONFIG_HEADER(src/config.h:src/config.in) 28AC_CONFIG_HEADER(src/config.h:src/config.in)
29 29
30cat 1>&2 <<EOF
31******************************************************************
32* *
33* The Emacs "multi-tty" branch has been merged into the *
34* CVS trunk, and is now obsolete. You should probably use *
35* the CVS trunk instead. *
36* *
37* To switch a CVS checkout to the trunk, use the command: *
38* *
39* cvs update -A *
40* *
41******************************************************************
42EOF
43exit 1
44
30dnl Support for --program-prefix, --program-suffix and 45dnl Support for --program-prefix, --program-suffix and
31dnl --program-transform-name options 46dnl --program-transform-name options
32AC_ARG_PROGRAM 47AC_ARG_PROGRAM