autoconf
[Top][All Lists]
Advanced

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

Where does AC_CHECK_DECL belong?


From: NightStrike
Subject: Where does AC_CHECK_DECL belong?
Date: Sat, 8 Mar 2008 03:01:54 -0500

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?




reply via email to

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