Mercurial > hg-old > index.cgi
annotate configure.ac @ 330:81c005b82775
More tinkering with input subsystem
author | lost |
---|---|
date | Sun, 28 Feb 2010 05:35:50 +0000 |
parents | be63116281b0 |
children | 1c31e9005ff7 |
rev | line source |
---|---|
320 | 1 AC_INIT([LWTools], [3.0-pre], [lost@l-w.ca]) |
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | |
3 AC_PROG_CC | |
4 gl_EARLY | |
5 # for gnulib | |
6 gl_INIT | |
7 AC_CONFIG_HEADERS([config.h]) | |
8 AC_CONFIG_FILES([ | |
9 Makefile | |
10 lib/Makefile | |
324 | 11 lwlib/Makefile |
323 | 12 lwasm/Makefile |
320 | 13 ]) |
14 AC_OUTPUT |