autoconf
[Top][All Lists]
Advanced

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

Aha... AC_CONFIG_AUX_DIR has to be used before AM_INIT_AUTOMAKE


From: Glenn McGrath
Subject: Aha... AC_CONFIG_AUX_DIR has to be used before AM_INIT_AUTOMAKE
Date: Sat, 13 Jul 2002 11:57:16 +1000

>       AC_INIT(hello.c)
>       AC_CONFIG_AUX_DIR(autoscripts)
>       AM_INIT_AUTOMAKE(hello,0.1)
>       AC_PROG_CC
>       AC_PROG_INSTALL
>       AC_OUTPUT(Makefile)

That works... the AC_CONFIG_AUX_DIR statement has to happen prior to
AC_INIT_AUTOMAKE, maybe it was a newbie error on my behalf.


Glenn 




reply via email to

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