Mercurial > emacs
diff configure.in @ 109736:b817fe3a4e35
merge trunk
author | Kenichi Handa <handa@etlken> |
---|---|
date | Tue, 10 Aug 2010 10:24:32 +0900 |
parents | 1d404d3a1bdd |
children | 6a65d5e52497 |
line wrap: on
line diff
--- a/configure.in Tue Aug 10 10:20:58 2010 +0900 +++ b/configure.in Tue Aug 10 10:24:32 2010 +0900 @@ -23,7 +23,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -AC_PREREQ(2.65) +AC_PREREQ(2.66) AC_INIT(emacs, 24.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) @@ -1359,11 +1359,8 @@ [Define as `void' if your compiler accepts `void *'; otherwise define as `char'.])dnl - - -dnl This could be used for targets which can have both byte sexes. -dnl We could presumably replace the hardwired WORDS_BIG_ENDIAN generally. -dnl AC_C_BIGENDIAN +dnl Check for endianess +AC_C_BIGENDIAN dnl check for Make feature AC_PROG_MAKE_SET @@ -3346,7 +3343,7 @@ ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|hpux*|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the ## library search parth, i.e. it won't search /usr/lib for libc and @@ -3371,7 +3368,7 @@ AC_DEFINE(ORDINARY_LINK, 1, [Define if the C compiler is the linker.]) ## The system files defining neither ORDINARY_LINK nor LINKER are: -## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. +## freebsd, gnu-* not on macppc|ibms390x. elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure