<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/flex-git.git/m4, branch master</title>
<subtitle>github.com: westes/flex
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/'/>
<entry>
<title>build: support cross compiling.</title>
<updated>2017-02-23T19:07:56+00:00</updated>
<author>
<name>Alastair Hughes</name>
<email>hobbitalastair@gmail.com</email>
</author>
<published>2017-01-06T06:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=89f10ee36f95430f18ac70f971fe9f9f894d9dc5'/>
<id>89f10ee36f95430f18ac70f971fe9f9f894d9dc5</id>
<content type='text'>
Check for cross compiling. If cross compiling, build stage1flex using a
custom link command.
We also override LDADD since that adds the replacement implementations
that are cross compiled, and instead always use the replacement library
implementations.

We don't use BUILD_OBJEXT and BUILD_EXEEXT since it seems that automake
does not support these.

Fixes #78.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for cross compiling. If cross compiling, build stage1flex using a
custom link command.
We also override LDADD since that adds the replacement implementations
that are cross compiled, and instead always use the replacement library
implementations.

We don't use BUILD_OBJEXT and BUILD_EXEEXT since it seems that automake
does not support these.

Fixes #78.
</pre>
</div>
</content>
</entry>
<entry>
<title>do not track m4 subdirectory any more</title>
<updated>2014-11-12T10:14:26+00:00</updated>
<author>
<name>Will Estes</name>
<email>westes575@gmail.com</email>
</author>
<published>2014-06-04T18:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=120ce9c07d2aa933c3d02f08de535b0d450ba88a'/>
<id>120ce9c07d2aa933c3d02f08de535b0d450ba88a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename .cvsignore files to .gitignore</title>
<updated>2012-07-23T00:36:18+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2012-07-23T00:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=6bff42f4e56e7092878afda6c858b6a73b86b595'/>
<id>6bff42f4e56e7092878afda6c858b6a73b86b595</id>
<content type='text'>
The .cvsignore files from the legacy cvs repository tracked what files
got autogenerated during various stages of the flex build. Renaming the
.cvsignore files to .gitignore lets git do the same thing. git is better
about letting higher level .gitignore files not-track files in lower
level directories. As I work my way through the test directories, we may
add additional .gitignore files from the old .cvsignore files.

The po/ directory has a lot of special files used by gettext, so the patterns in
po/.gitignore look very different.

The doc/.gitignore file accounts for
what texinfo/makeinfo do, and so it also has special patterns.

The m4 directory is mainly present for autoconf's benefit, but we have
to account for it so make can do the right thing. Hence, m4/.gitignore
says to ignore *.m4, as counterintuitive as that may seem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The .cvsignore files from the legacy cvs repository tracked what files
got autogenerated during various stages of the flex build. Renaming the
.cvsignore files to .gitignore lets git do the same thing. git is better
about letting higher level .gitignore files not-track files in lower
level directories. As I work my way through the test directories, we may
add additional .gitignore files from the old .cvsignore files.

The po/ directory has a lot of special files used by gettext, so the patterns in
po/.gitignore look very different.

The doc/.gitignore file accounts for
what texinfo/makeinfo do, and so it also has special patterns.

The m4 directory is mainly present for autoconf's benefit, but we have
to account for it so make can do the right thing. Hence, m4/.gitignore
says to ignore *.m4, as counterintuitive as that may seem.
</pre>
</div>
</content>
</entry>
<entry>
<title>add po.m4 to extra_dist in m4/ so it gets picked up by distributions</title>
<updated>2006-02-21T01:54:03+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2006-02-21T01:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=1945cb3131b830d58bd5e28731279f2b2b7a46f1'/>
<id>1945cb3131b830d58bd5e28731279f2b2b7a46f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add nls.m4 to extra_dist in m4/ so it will get picked up in distribution tarballs</title>
<updated>2006-02-21T01:42:26+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2006-02-21T01:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=dc5f80ad5dc75bed30df915d393f0f736caf8743'/>
<id>dc5f80ad5dc75bed30df915d393f0f736caf8743</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oops, too hasty on deleting this directory, sigh</title>
<updated>2002-08-08T13:45:14+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2002-08-08T13:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=16ed259dbfe07be84e9732ff90b0e7b83327fc1e'/>
<id>16ed259dbfe07be84e9732ff90b0e7b83327fc1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autopoint now works so let's let it run the gettext show</title>
<updated>2002-08-08T13:22:50+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2002-08-08T13:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=a0df3fc35b7025f237595106afda1c1113933745'/>
<id>a0df3fc35b7025f237595106afda1c1113933745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated gettext to version 0.11.3</title>
<updated>2002-07-22T13:49:22+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2002-07-22T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=06b1e697de09908925e8db3925b16c1d88b7871b'/>
<id>06b1e697de09908925e8db3925b16c1d88b7871b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>this is gettext cruft</title>
<updated>2002-03-12T19:12:32+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2002-03-12T19:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=a49b63aa4952da9f5788fa0f403d34c5cffa9fc1'/>
<id>a49b63aa4952da9f5788fa0f403d34c5cffa9fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ok,now we kinda have a m4/ subdir for gettext</title>
<updated>2002-03-12T17:18:10+00:00</updated>
<author>
<name>Will Estes</name>
<email>wlestes@users.sourceforge.net</email>
</author>
<published>2002-03-12T17:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/flex-git.git/commit/?id=dfd174296c0b39b588ce3fc4e5bcf46956edf723'/>
<id>dfd174296c0b39b588ce3fc4e5bcf46956edf723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
