[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Where does AC_CHECK_DECL belong?
From: |
Ralf Wildenhues |
Subject: |
Re: Where does AC_CHECK_DECL belong? |
Date: |
Sat, 8 Mar 2008 14:52:03 +0100 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
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