unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* configure problem
@ 2003-07-15  6:46 Katsumi Yamaoka
  2003-07-15  6:58 ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2003-07-15  6:46 UTC (permalink / raw)


Hi,

2003-07-12  Richard M. Stallman  <rms@gnu.org>

	* 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-15  8:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-15  6:46 configure problem Katsumi Yamaoka
2003-07-15  6:58 ` Kenichi Handa
2003-07-15  7:03   ` Katsumi Yamaoka
2003-07-15  8:09   ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).