emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure problem


From: Katsumi Yamaoka
Subject: configure problem
Date: Tue, 15 Jul 2003 15:46:59 +0900
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Hi,

2003-07-12  Richard M. Stallman  <address@hidden>

        * configure.in [netbsd systems]: Define HAVE_CRTIN properly.

There is a problem that the change has not been applied in the
configure script yet.  So I ran autoconf 2.57, however the
following error occurred:

configure.in:50: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Here is a patch which has been confirmed by the NetBSD user.
I don't know why the AC_DEFINE macro is not expanded there,
though. :{

*** configure.in~       Mon Jul 14 22:00:19 2003
--- configure.in        Tue Jul 15 06:39:03 2003
***************
*** 223,229 ****
    *-*-netbsd* )
      opsys=netbsd
      if test -f /usr/lib/crti.o; then
!       AC_DEFINE(HAVE_CRTIN)
      fi
  
      case "${canonical}" in
--- 223,231 ----
    *-*-netbsd* )
      opsys=netbsd
      if test -f /usr/lib/crti.o; then
!       cat >>confdefs.h <<_ACEOF
! #define HAVE_CRTIN 1
! _ACEOF
      fi
  
      case "${canonical}" in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]