Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf failure--circular dependency



This does not sound like it's Mac OS X specific. Mac OS X 10.1 used autoconf 2.13, and Mac OS X 10.3 uses 2.57.

Your configure.in is misformed. You probably want something like this:

dnl Process this file with autoconf to produce a configure script.
AC_INIT(commandline.cpp)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_CXX
AC_CHECK_HEADER(pthread.h,
AC_CHECK_LIB(pthread,pthread_create))
AM_INIT_AUTOMAKE(flashwiz, 1.1.0)
AC_OUTPUT(Makefile)

The autoconf manual can help you here. <http://www.gnu.org/software/autoconf/manual/autoconf-2.57>

Shantonu

On Feb 20, 2004, at 8:40 AM, Darrik Spaude wrote:

Hello,

I am working on an open source port of a utility of ours that in Mac OS X
10.1.5 I was able to use autoconf to create a configure file and compile our
source (using gnumake). However, now that I am using Mac OS X 10.3.2, I
cannot get autoconf to generate the configure file successfully. It does
create the configure file, but make fails. Here are the details:

<username>$ aclocal
_______________________________________________
darwin-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development
Do not post admin requests to the list. They will be ignored.

References: 
 >autoconf failure--circular dependency (From: Darrik Spaude <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.