diff options
author | Ludovic Courtès | 2008-02-06 15:25:57 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-02-06 15:25:57 +0100 |
commit | 7c9605c117942976a80bd1d0d10c54fdddfe5fea (patch) | |
tree | aedb6b9ec4ad5ebeaf1adcb195fd6e413c0ecda0 /m4/.gitignore | |
parent | 5a0e5c56d3cb25c1565ff3ffae349cc9f7ec010e (diff) | |
download | skribilo-7c9605c117942976a80bd1d0d10c54fdddfe5fea.tar.gz skribilo-7c9605c117942976a80bd1d0d10c54fdddfe5fea.tar.lz skribilo-7c9605c117942976a80bd1d0d10c54fdddfe5fea.zip |
configure: Improve detection of a suitable Lout.
* configure.ac: Use `LOUT_PROGRAM' and `LOUT_REQUIRED_PACKAGE'.
* m4/lout.m4: New.
Diffstat (limited to 'm4/.gitignore')
-rw-r--r-- | m4/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..1edc327 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,8 @@ +gettext.m4 +iconv.m4 +lib-ld.m4 +lib-link.m4 +lib-prefix.m4 +nls.m4 +po.m4 +progtest.m4 |