autoconf
[Top][All Lists]
Advanced

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

AC_PREREQ problem?


From: Harlan Stenn
Subject: AC_PREREQ problem?
Date: Sat, 08 Sep 2001 01:58:03 -0400
User-agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y.DŽþzaki) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8)

address@hidden> autoconf --version
autoconf (GNU Autoconf) 2.52
Written by David J. MacKenzie.

Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
address@hidden> autoconf
configure.in:4: AC_ARG_PROGRAM was called before AC_CANONICAL_SYSTEM
FATAL ERROR: Autoconf version 2.49 or higher is required for this script
address@hidden> 

Anybody got any ideas?

Furthermore, here are the first few lines of configue.in:

dnl -*-fundamental-*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT(ntpd/ntp_refclock.c)
AC_CANONICAL_SYSTEM
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
AM_INIT_AUTOMAKE(ntp, 4.1.70a1)
AC_PREREQ(2.49)




reply via email to

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