<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=UTOSC_2008%2FThe_Dark_Art_of_Autotools</id>
	<title>UTOSC 2008/The Dark Art of Autotools - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=UTOSC_2008%2FThe_Dark_Art_of_Autotools"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=UTOSC_2008/The_Dark_Art_of_Autotools&amp;action=history"/>
	<updated>2026-05-09T07:02:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=UTOSC_2008/The_Dark_Art_of_Autotools&amp;diff=2176&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot; autoscan creates:  autoscan.log  configure.scan  Need to add to configure.scan  AM_INIT_AUTOMAKE([-Wall -Werror foreign])  The foreign option says this does not have all the...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=UTOSC_2008/The_Dark_Art_of_Autotools&amp;diff=2176&amp;oldid=prev"/>
		<updated>2015-05-09T06:17:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; autoscan creates:  autoscan.log  configure.scan  Need to add to configure.scan  AM_INIT_AUTOMAKE([-Wall -Werror foreign])  The foreign option says this does not have all the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
autoscan creates:&lt;br /&gt;
 autoscan.log&lt;br /&gt;
 configure.scan&lt;br /&gt;
&lt;br /&gt;
Need to add to configure.scan&lt;br /&gt;
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])&lt;br /&gt;
&lt;br /&gt;
The foreign option says this does not have all the GNU needed files (ie. README)&lt;br /&gt;
&lt;br /&gt;
rename configure.scan configure.ac&lt;br /&gt;
&lt;br /&gt;
Makefile.am&lt;br /&gt;
 SUBDIRS = . src&lt;br /&gt;
&lt;br /&gt;
src/Makefile.am&lt;br /&gt;
 bin_PROGRAMS = ntime&lt;br /&gt;
 ntime_SOURCES = ntime.c ntime_ui.c ntime_ui.h&lt;br /&gt;
&lt;br /&gt;
# library example&lt;br /&gt;
lib/Makefile.am&lt;br /&gt;
 noinst_LIBRARIES = libntime_ui.a&lt;br /&gt;
 libntime_ui_a_SOURCES = ntime_ui.c ntime_ui.h&lt;br /&gt;
 &lt;br /&gt;
 ntime_LDADD = ../lib/libntime_ui.a&lt;br /&gt;
 ntime_CPPFLAGS = -I../lib&lt;br /&gt;
&lt;br /&gt;
A tool to run all the tools:&lt;br /&gt;
 # first time&lt;br /&gt;
 autoreconf -i&lt;br /&gt;
 # or&lt;br /&gt;
 autoreconf --install&lt;br /&gt;
 # repeated use&lt;br /&gt;
 autocreconf&lt;br /&gt;
 # needs Makefile.am, autoscan.log and configure.scan&lt;br /&gt;
&lt;br /&gt;
Create tar ball, and verify&lt;br /&gt;
 make distcheck&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>