<feed xmlns='http://www.w3.org/2005/Atom'>
<title>quagga/update-autotools, branch master</title>
<subtitle>Quagga routing suite</subtitle>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/'/>
<entry>
<title>* README.NetBSD:  use update-autotools instead of autoreconf</title>
<updated>2007-02-02T16:52:38+00:00</updated>
<author>
<name>Greg Troxel</name>
<email>gdt@fnord.ir.bbn.com</email>
</author>
<published>2007-02-02T16:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=cf4a2bbeeaacbe97e88f737bcd904fbc9cf5e237'/>
<id>cf4a2bbeeaacbe97e88f737bcd904fbc9cf5e237</id>
<content type='text'>
* update-autotools: print out tool name before invoking to aid debugging
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update-autotools: print out tool name before invoking to aid debugging
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-11-06 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2004-11-07T22:34:23+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-11-07T22:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=14c17fd8254807648546d3bbe28db657b5979eef'/>
<id>14c17fd8254807648546d3bbe28db657b5979eef</id>
<content type='text'>
	* configure.ac: Arguments to AC_OUTPUT is deprecated, use
          AC_CONFIG_FILES instead. Rearrange the order slightly to put the
          Makefiles first (silly aesthetic thing, dont know why I had to do
          this ;) ). Add doc/defines.texi to the list.
	* NEWS: bgp route-server support added, refer to docs.
	* update-autotools: call automake with --add-missing and --copy,
          former is important for obvious reasons, latter for dist files,
          and --gnu to enable whatever extra goodness checks.
	* {depcomp, install-sh, missing}: removed, auto-generated files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* configure.ac: Arguments to AC_OUTPUT is deprecated, use
          AC_CONFIG_FILES instead. Rearrange the order slightly to put the
          Makefiles first (silly aesthetic thing, dont know why I had to do
          this ;) ). Add doc/defines.texi to the list.
	* NEWS: bgp route-server support added, refer to docs.
	* update-autotools: call automake with --add-missing and --copy,
          former is important for obvious reasons, latter for dist files,
          and --gnu to enable whatever extra goodness checks.
	* {depcomp, install-sh, missing}: removed, auto-generated files.
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-09-27 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2004-09-27T07:49:57+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-09-27T07:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=ddb07e5bf4e16889b0845c83d8a73ebfa435bcba'/>
<id>ddb07e5bf4e16889b0845c83d8a73ebfa435bcba</id>
<content type='text'>
	* update-autotools: libtoolize should copy files, rather than link.
	  the whole idea is that dist files should not need auto*, etc.
	  installed to be able to compile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* update-autotools: libtoolize should copy files, rather than link.
	  the whole idea is that dist files should not need auto*, etc.
	  installed to be able to compile.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too</title>
<updated>2004-09-13T04:57:03+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-09-13T04:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=72e2d828154a5f3ae463e211c5f3787fc0624a90'/>
<id>72e2d828154a5f3ae463e211c5f3787fc0624a90</id>
<content type='text'>
to ensure it's pulled in. (snapshot host depends on that script).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to ensure it's pulled in. (snapshot host depends on that script).
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-08-19 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2004-08-19T04:41:21+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-08-19T04:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=0fc42949a4748f0ab8b5952bac15112762504fe0'/>
<id>0fc42949a4748f0ab8b5952bac15112762504fe0</id>
<content type='text'>
        * Makefile.am: add m4 directory to EXTRA_DIST, and define
          ACLOCAL_AMFLAGS to have aclocal pull in m4/
        * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL
        * update-autotools: print a warning that this script is deprecated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * Makefile.am: add m4 directory to EXTRA_DIST, and define
          ACLOCAL_AMFLAGS to have aclocal pull in m4/
        * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL
        * update-autotools: print a warning that this script is deprecated
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-08-17  Greg Troxel  &lt;gdt@fnord.ir.bbn.com&gt;</title>
<updated>2004-08-17T12:27:32+00:00</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2004-08-17T12:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=2990460691f1d674180154fd4bcee64d8f745277'/>
<id>2990460691f1d674180154fd4bcee64d8f745277</id>
<content type='text'>
        * update-autotools: print tools versions to aid people in sending
        bug reports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * update-autotools: print tools versions to aid people in sending
        bug reports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libtool support.</title>
<updated>2004-06-30T17:36:11+00:00</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2004-06-30T17:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=87efd646ffef693235d9d29b005a1467373c51bd'/>
<id>87efd646ffef693235d9d29b005a1467373c51bd</id>
<content type='text'>
libzebra and libospfapiclient are now built shared, and linked shared
with the daemons.  This reduces the memory needed when running
multiple daemons; each daemon is at least 150k smaller.  Static
libraries are still built, and libtool should use them on platforms
which don't have shared libaries.  As with autoconf, the user of a
distribution does not need libtool; one just needs that to build from
CVS.

libospf.a is still a non-shared library, and still installed, not
because that makese sense, but because I don't understand why it is
the way it is now.

Note that the tree was tagged 'libtool-before' just before this commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libzebra and libospfapiclient are now built shared, and linked shared
with the daemons.  This reduces the memory needed when running
multiple daemons; each daemon is at least 150k smaller.  Static
libraries are still built, and libtool should use them on platforms
which don't have shared libaries.  As with autoconf, the user of a
distribution does not need libtool; one just needs that to build from
CVS.

libospf.a is still a non-shared library, and still installed, not
because that makese sense, but because I don't understand why it is
the way it is now.

Note that the tree was tagged 'libtool-before' just before this commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use -rf with autom4te.cache.</title>
<updated>2004-06-30T13:24:42+00:00</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2004-06-30T13:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=cf3138890672e3ab65d10d50c1bb48ace04f6066'/>
<id>cf3138890672e3ab65d10d50c1bb48ace04f6066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove autom4te.cache to avoid problems with newer auto* tools.</title>
<updated>2004-06-06T08:52:35+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-06-06T08:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=8ba85bc0716e9823b12c48167781f81c7565977a'/>
<id>8ba85bc0716e9823b12c48167781f81c7565977a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-12-13T20:15:29+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2002-12-13T20:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=718e3744195351130f4ce7dbe0613f4b3e23df93'/>
<id>718e3744195351130f4ce7dbe0613f4b3e23df93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
