stenn@whimsy> 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.
stenn@whimsy> 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
stenn@whimsy> 

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