unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* MinGW/autoconf
@ 2006-12-14 21:41 Nils Durner
  2006-12-15  0:29 ` MinGW/autoconf Kevin Ryde
  0 siblings, 1 reply; 4+ messages in thread
From: Nils Durner @ 2006-12-14 21:41 UTC (permalink / raw)


Hi,

regenerating "configure" using

    autoconf -f -i

fails on MinGW with

    configure.in:57: warning: AC_CANONICAL_HOST invoked multiple times
    autoconf/specific.m4:393: AC_MINGW32 is expanded from...
    configure.in:57: the top level

specific.m4 contains the note:

    AC_DIAGNOSE([obsolete],
            [$0 is obsolete: use AC_CANONICAL_HOST and $host_os])dnl

If you replace "AC_MINGW32" by

    case $host_os in
      *mingw32* ) MINGW32=yes;;
          * ) MINGW32=no;;
    esac

in configure.in, autoconf succeeds.


Best,

Nils Durner


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

end of thread, other threads:[~2006-12-22 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-14 21:41 MinGW/autoconf Nils Durner
2006-12-15  0:29 ` MinGW/autoconf Kevin Ryde
2006-12-19 19:43   ` MinGW/autoconf Nils Durner
2006-12-22 20:39     ` MinGW/autoconf Kevin Ryde

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).