Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2003:
[Freeciv-Dev] Re: (PR#6146) autogen.sh fails at gettimeofday
Home

[Freeciv-Dev] Re: (PR#6146) autogen.sh fails at gettimeofday

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: kenn@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#6146) autogen.sh fails at gettimeofday
From: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Tue, 16 Sep 2003 05:08:56 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Mon, 15 Sep 2003, kenn@xxxxxxxxxxxxxx wrote:
> > and the full output of ./autogen.sh before ./configure is run, please.
...
> + creating acinclude.m4
> + running aclocal ...
...
> ./configure: line 1877: FC_CHECK_AUTH: command not found
...
> error near
> unexpected token `,'
> ./configure: line 15985: `FC_CHECK_GETTIMEOFDAY_RUNTIME(,'

This is strange. You are missing the two last new m4 function definitions.
These should be in the files m4/auth.m4 and m4/gettimeofday.m4. Do these
files exist? If not, try 'cvs up -d'.

If that fails, please give me the output of

        # grep -e FC_CHECK_AUTH *
        # grep -e FC_CHECK_AUTH m4/*
        # grep -e FC_CHECK_GETTIMEOFDAY_RUNTIME *
        # grep -e FC_CHECK_GETTIMEOFDAY_RUNTIME m4/*

  - Per




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