autoconf
[Top][All Lists]
Advanced

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

Re: Creating the dir in AC_CONFIG_AUX_DIR(dir)


From: Eric Blake
Subject: Re: Creating the dir in AC_CONFIG_AUX_DIR(dir)
Date: Tue, 20 Nov 2007 20:46:14 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Kamaljit Singh <kamaljit <at> rocketmail.com> writes:

>   I was trying to use the AC_CONFIG_AUX_DIR(dir) to use the "aux" dir

Don't use "aux".  It makes your project non-portable to Windows machines.
Instead, consider using the name "build-aux".

>   I dont want this directory to pre-exist but be created on the fly when 
autoconf
> is run. Any ideas how to accomplish it ?

Use 'autoreconf -fi' instead of 'autoconf'.

-- 
Eric Blake






reply via email to

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