Re: Where does AC_CHECK_DECL belong?

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

 



Hello,

* NightStrike wrote on Sat, Mar 08, 2008 at 09:01:54AM CET:
> In the autoconf manual, there is a list of a recommended order of operations:
> 
>      Autoconf requirements
>      AC_INIT(package, version, bug-report-address)
>      information on the package
>      checks for programs
>      checks for libraries
>      checks for header files
>      checks for types
>      checks for structures
>      checks for compiler characteristics
>      checks for library functions
>      checks for system services
>      AC_CONFIG_FILES([file...])
>      AC_OUTPUT
> 
> 
> Where do the symbol tests for AC_CHECK_DECL fit into that list?
> Where's the best place to put those tests?

Probably after structures, as a declaration may need some headers,
types, and structures, in order to be declared correctly.

Cheers,
Ralf


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

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux