autoconf
[Top][All Lists]
Advanced

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

Re: error: m4_defn: undefined macro: _m4_divert_diversion


From: Roopa Prabhu
Subject: Re: error: m4_defn: undefined macro: _m4_divert_diversion
Date: 26 Sep 2003 14:02:42 +0530

On Fri, 2003-09-26 at 13:28, Akim Demaille wrote:
> 
>  > Hello,
> 
>  > I have been trying to compile the mpich 1.2.5 sources. 
>  > In the sources for ch_p4 device ie, in mpich/mpid/ch_p4/p4 when I try
>  > doing a autoconf to recreate the configuration file I get the following
>  > error :
> 
>  > configure.in:280: error: m4_defn: undefined macro: _m4_divert_diversion
>  > autoconf/programs.m4:451: AC_PROG_RANLIB is expanded from...
>  > configure.in:280: the top level
> 
> 
>  > I am using GNU autoconf 2.53 
> 
>  > I tried calling autoupdate and stuffs thats already on the mailing
>  > lists. Wanted to know where is _m4_divert_diversion defined ?
> 
> You are probably trying to use an important macro before running
> AC_INIT.  Can we see the configure.in file?  And also, please upgrade
> your Autoconf.

Thanks for the response. I have attached the configure.in file that
comes with the mpich package for the ch_p4 device. 
The file does not seem to have an AC_INIT macro call. 

So I even tried it inserting the following lines in the file :

AC_PREREQ(2.53)
AC_INIT([GNU Autoconf],[2.53],address@hidden)

It dint help though ..!

I have the following package versions:

autoconf - 2.53 
autoheader-2.53
autom4te-2.53 
automake-1.6 ( I do have automake-1.5, automake-1.4 )

All these were installed with a default red hat 8.0 Linux installation.


Thanks for any help, Its really been a work stopper for me. 
Would be great if it works :)

Thanks again..!
Roopa 

 

Attachment: configure.in
Description: Text document


reply via email to

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