comparison old-trunk/configure.ac @ 339:eb230fa7d28e

Prepare for migration to hg
author lost
date Fri, 19 Mar 2010 02:54:14 +0000
parents
children
comparison
equal deleted inserted replaced
338:e7885b3ee266 339:eb230fa7d28e
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
11 lwlib/Makefile
12 lwasm/Makefile
13 ])
14 AC_OUTPUT