diff options
| author | Glenn Morris | 2012-07-30 23:52:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-30 23:52:13 -0700 |
| commit | b3a56300576ddf134de691b3b3b1e5610331f515 (patch) | |
| tree | dc7557703b720ec76b22e319ea411a274e5b0b0f | |
| parent | cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02 (diff) | |
| download | emacs-b3a56300576ddf134de691b3b3b1e5610331f515.tar.gz emacs-b3a56300576ddf134de691b3b3b1e5610331f515.zip | |
* configure.ac (opsysfile, S_FILE): Now they are always empty.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | configure.ac | 31 |
2 files changed, 5 insertions, 28 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.ac (opsysfile, S_FILE): Now they are always empty. | ||
| 4 | |||
| 3 | * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 | 5 | * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 |
| 4 | when removing src/s/sol2-6.h yesterday. | 6 | when removing src/s/sol2-6.h yesterday. |
| 5 | 7 | ||
diff --git a/configure.ac b/configure.ac index 78e70138797..6776c09a8bc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -365,9 +365,6 @@ case "${srcdir}" in | |||
| 365 | * ) srcdir="`(cd ${srcdir}; pwd)`" ;; | 365 | * ) srcdir="`(cd ${srcdir}; pwd)`" ;; |
| 366 | esac | 366 | esac |
| 367 | 367 | ||
| 368 | #### Given the configuration name, set opsysfile to the | ||
| 369 | #### name of s/*.h file we should use. | ||
| 370 | |||
| 371 | ### Canonicalize the configuration name. | 368 | ### Canonicalize the configuration name. |
| 372 | 369 | ||
| 373 | AC_CANONICAL_HOST | 370 | AC_CANONICAL_HOST |
| @@ -555,8 +552,6 @@ if test $unported = yes; then | |||
| 555 | Check `etc/MACHINES' for recognized configuration names.]) | 552 | Check `etc/MACHINES' for recognized configuration names.]) |
| 556 | fi | 553 | fi |
| 557 | 554 | ||
| 558 | opsysfile="s/${opsys}.h" | ||
| 559 | |||
| 560 | 555 | ||
| 561 | #### Choose a compiler. | 556 | #### Choose a compiler. |
| 562 | 557 | ||
| @@ -3689,7 +3684,6 @@ AH_TEMPLATE(USG5_4, [Define if the system is compatible with System V Release 4. | |||
| 3689 | 3684 | ||
| 3690 | case $opsys in | 3685 | case $opsys in |
| 3691 | aix4-2) | 3686 | aix4-2) |
| 3692 | opsysfile= | ||
| 3693 | AC_DEFINE(USG, []) | 3687 | AC_DEFINE(USG, []) |
| 3694 | AC_DEFINE(USG5, []) | 3688 | AC_DEFINE(USG5, []) |
| 3695 | dnl This symbol should be defined on AIX Version 3 ??????? | 3689 | dnl This symbol should be defined on AIX Version 3 ??????? |
| @@ -3701,12 +3695,10 @@ case $opsys in | |||
| 3701 | ;; | 3695 | ;; |
| 3702 | 3696 | ||
| 3703 | cygwin) | 3697 | cygwin) |
| 3704 | opsysfile= | ||
| 3705 | AC_DEFINE(CYGWIN, 1, [Define if the system is Cygwin.]) | 3698 | AC_DEFINE(CYGWIN, 1, [Define if the system is Cygwin.]) |
| 3706 | ;; | 3699 | ;; |
| 3707 | 3700 | ||
| 3708 | darwin) | 3701 | darwin) |
| 3709 | opsysfile= | ||
| 3710 | dnl BSD4_3 and BSD4_4 are already defined in sys/param.h. | 3702 | dnl BSD4_3 and BSD4_4 are already defined in sys/param.h. |
| 3711 | AC_DEFINE(BSD4_2, []) | 3703 | AC_DEFINE(BSD4_2, []) |
| 3712 | AC_DEFINE(BSD_SYSTEM, []) | 3704 | AC_DEFINE(BSD_SYSTEM, []) |
| @@ -3718,7 +3710,6 @@ case $opsys in | |||
| 3718 | ;; | 3710 | ;; |
| 3719 | 3711 | ||
| 3720 | freebsd) | 3712 | freebsd) |
| 3721 | opsysfile= | ||
| 3722 | AC_DEFINE(BSD4_2, []) | 3713 | AC_DEFINE(BSD4_2, []) |
| 3723 | dnl Hack to avoid calling AC_PREPROC_IFELSE multiple times. | 3714 | dnl Hack to avoid calling AC_PREPROC_IFELSE multiple times. |
| 3724 | dnl Would not be needed with autoconf >= 2.67, where the | 3715 | dnl Would not be needed with autoconf >= 2.67, where the |
| @@ -3736,20 +3727,17 @@ case $opsys in | |||
| 3736 | ;; | 3727 | ;; |
| 3737 | 3728 | ||
| 3738 | gnu-linux | gnu-kfreebsd ) | 3729 | gnu-linux | gnu-kfreebsd ) |
| 3739 | opsysfile= | ||
| 3740 | AC_DEFINE(USG, []) | 3730 | AC_DEFINE(USG, []) |
| 3741 | AC_DEFINE(GNU_LINUX, [], [Define if ths system is compatible with GNU/Linux.]) | 3731 | AC_DEFINE(GNU_LINUX, [], [Define if ths system is compatible with GNU/Linux.]) |
| 3742 | ;; | 3732 | ;; |
| 3743 | 3733 | ||
| 3744 | hpux*) | 3734 | hpux*) |
| 3745 | opsysfile= | ||
| 3746 | AC_DEFINE(USG, []) | 3735 | AC_DEFINE(USG, []) |
| 3747 | AC_DEFINE(USG5, []) | 3736 | AC_DEFINE(USG5, []) |
| 3748 | AC_DEFINE(HPUX, [], [Define if the system is HPUX.]) | 3737 | AC_DEFINE(HPUX, [], [Define if the system is HPUX.]) |
| 3749 | ;; | 3738 | ;; |
| 3750 | 3739 | ||
| 3751 | irix6-5) | 3740 | irix6-5) |
| 3752 | opsysfile= | ||
| 3753 | AC_DEFINE(USG, []) | 3741 | AC_DEFINE(USG, []) |
| 3754 | AC_DEFINE(USG5, []) | 3742 | AC_DEFINE(USG5, []) |
| 3755 | AC_DEFINE(USG5_4, []) | 3743 | AC_DEFINE(USG5_4, []) |
| @@ -3757,7 +3745,6 @@ case $opsys in | |||
| 3757 | ;; | 3745 | ;; |
| 3758 | 3746 | ||
| 3759 | sol2*) | 3747 | sol2*) |
| 3760 | opsysfile= | ||
| 3761 | AC_DEFINE(USG, []) | 3748 | AC_DEFINE(USG, []) |
| 3762 | AC_DEFINE(USG5, []) | 3749 | AC_DEFINE(USG5, []) |
| 3763 | AC_DEFINE(USG5_4, []) | 3750 | AC_DEFINE(USG5_4, []) |
| @@ -3765,7 +3752,6 @@ case $opsys in | |||
| 3765 | ;; | 3752 | ;; |
| 3766 | 3753 | ||
| 3767 | unixware) | 3754 | unixware) |
| 3768 | opsysfile= | ||
| 3769 | AC_DEFINE(USG, []) | 3755 | AC_DEFINE(USG, []) |
| 3770 | AC_DEFINE(USG5, []) | 3756 | AC_DEFINE(USG5, []) |
| 3771 | AC_DEFINE(USG5_4, []) | 3757 | AC_DEFINE(USG5_4, []) |
| @@ -3784,8 +3770,6 @@ case $opsys in | |||
| 3784 | using GTK.]) | 3770 | using GTK.]) |
| 3785 | ;; | 3771 | ;; |
| 3786 | 3772 | ||
| 3787 | gnu) opsysfile= ;; | ||
| 3788 | |||
| 3789 | hpux11) | 3773 | hpux11) |
| 3790 | dnl See comments in sysdep.c:sys_signal. | 3774 | dnl See comments in sysdep.c:sys_signal. |
| 3791 | dnl SA_RESTART resets the timeout of `select' on hpux11. | 3775 | dnl SA_RESTART resets the timeout of `select' on hpux11. |
| @@ -3806,12 +3790,9 @@ case $opsys in | |||
| 3806 | should not call setpgrp.]) | 3790 | should not call setpgrp.]) |
| 3807 | ;; | 3791 | ;; |
| 3808 | 3792 | ||
| 3809 | netbsd | openbsd ) opsysfile= ;; | ||
| 3810 | |||
| 3811 | sol2-10) | 3793 | sol2-10) |
| 3812 | AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes | 3794 | AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes |
| 3813 | on Solaris.]) | 3795 | on Solaris.]) |
| 3814 | opsysfile= | ||
| 3815 | ;; | 3796 | ;; |
| 3816 | esac | 3797 | esac |
| 3817 | 3798 | ||
| @@ -3865,11 +3846,7 @@ AC_SUBST(GNUSTEP_CFLAGS) | |||
| 3865 | AC_SUBST(CFLAGS) | 3846 | AC_SUBST(CFLAGS) |
| 3866 | ## Used in lwlib/Makefile.in. | 3847 | ## Used in lwlib/Makefile.in. |
| 3867 | AC_SUBST(X_TOOLKIT_TYPE) | 3848 | AC_SUBST(X_TOOLKIT_TYPE) |
| 3868 | if test -n "${opsysfile}"; then | 3849 | S_FILE= |
| 3869 | S_FILE="\$(srcdir)/${opsysfile}" | ||
| 3870 | else | ||
| 3871 | S_FILE= | ||
| 3872 | fi | ||
| 3873 | AC_SUBST(S_FILE) | 3850 | AC_SUBST(S_FILE) |
| 3874 | AC_SUBST(ns_appdir) | 3851 | AC_SUBST(ns_appdir) |
| 3875 | AC_SUBST(ns_appbindir) | 3852 | AC_SUBST(ns_appbindir) |
| @@ -3882,9 +3859,8 @@ AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}", | |||
| 3882 | [Define to the canonical Emacs configuration name.]) | 3859 | [Define to the canonical Emacs configuration name.]) |
| 3883 | AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}", | 3860 | AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}", |
| 3884 | [Define to the options passed to configure.]) | 3861 | [Define to the options passed to configure.]) |
| 3885 | if test -n "$opsysfile"; then | 3862 | if test -z "No longer used"; then |
| 3886 | AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}", | 3863 | AC_DEFINE(config_opsysfile, [], [Define to the used os dependent file.]) |
| 3887 | [Define to the used os dependent file.]) | ||
| 3888 | fi | 3864 | fi |
| 3889 | 3865 | ||
| 3890 | XMENU_OBJ= | 3866 | XMENU_OBJ= |
| @@ -4247,7 +4223,6 @@ echo " | |||
| 4247 | Configured for \`${canonical}'. | 4223 | Configured for \`${canonical}'. |
| 4248 | 4224 | ||
| 4249 | Where should the build process find the source code? ${srcdir} | 4225 | Where should the build process find the source code? ${srcdir} |
| 4250 | What operating system file should Emacs use? ${opsysfile:-none} | ||
| 4251 | What compiler should emacs be built with? ${CC} ${CFLAGS} | 4226 | What compiler should emacs be built with? ${CC} ${CFLAGS} |
| 4252 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} | 4227 | Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} |
| 4253 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} | 4228 | Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} |