12 Commits

Author SHA1 Message Date
Explorer09
7191257ddc build: Update ax_prog_cc_for_build.m4 with upstream
The ax_prog_cc_for_build.m4 module from upstream contains a typo fix.
Beyond that, there are no code changes.
2024-11-03 07:14:29 -05:00
Explorer09
787edd4183 build: Update AX_PROG_CC_FOR_BUILD to fix BUILD_EXEEXT problems 2024-05-10 12:52:44 -04:00
Alastair Hughes
89f10ee36f build: support cross compiling.
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.
2017-02-23 14:07:56 -05:00
Will Estes
120ce9c07d do not track m4 subdirectory any more 2014-11-12 05:14:26 -05:00
Will Estes
6bff42f4e5 rename .cvsignore files to .gitignore
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.
2012-07-22 20:36:18 -04:00
Will Estes
1945cb3131 add po.m4 to extra_dist in m4/ so it gets picked up by distributions 2006-02-21 01:54:03 +00:00
Will Estes
dc5f80ad5d add nls.m4 to extra_dist in m4/ so it will get picked up in distribution tarballs 2006-02-21 01:42:26 +00:00
Will Estes
16ed259dbf oops, too hasty on deleting this directory, sigh 2002-08-08 13:45:14 +00:00
Will Estes
a0df3fc35b autopoint now works so let's let it run the gettext show 2002-08-08 13:22:50 +00:00
Will Estes
06b1e697de updated gettext to version 0.11.3 2002-07-22 13:49:22 +00:00
Will Estes
a49b63aa49 this is gettext cruft 2002-03-12 19:12:32 +00:00
Will Estes
dfd174296c ok,now we kinda have a m4/ subdir for gettext 2002-03-12 17:18:10 +00:00