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




_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to