16.08.2013 Views

libc 4, a.out - DAIICT Intranet

libc 4, a.out - DAIICT Intranet

libc 4, a.out - DAIICT Intranet

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Anyway, now we can run "autoconf" to generate "configure":<br />

$ autoconf<br />

$ ls<br />

Makefile autoscan.log configure.ac hello.c<br />

autom4te.cache/ configure* hello*<br />

$<br />

●"configure" is supposed to generate a new Makefile.<br />

●But "configure" uses a file called "Makefile.in" to generate<br />

the new Makefile.<br />

●"Makefile.in" is supposed to be a template for the new<br />

"Makefile".<br />

●We'll simply rename "Makefile" to "Makefile.in" and worry<br />

ab<strong>out</strong> writing the proper version later.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!