1 Results for makefiles

Applied Filters

compile

Filter Results

Click a filter below to apply it to results

AUTHOR
Reuven Lerner (1)
SUBMITTED
May-2008 (1)
TAG
autoconf (1)
configuration (1)
makefiles (1)
source code (1)
view more

Autoconf: The Unsung Hero of Source Code Compatibility

Have you ever wondered how the same program can work across so many different flavors of Unix?ᅠ One of the behind-the-scenes systems that makes this happen is GNU Autoconf, a program that makes it possible to write source code in a way that will work on many different computers.ᅠ Unix systems are largely, but not completely, source-code compatible, and Autoconf makes it possible for a programmer to identify these differences when the program is compiled, papering over them in the source code itself.ᅠ