Mercurial > hg-old > index.cgi
annotate configure.ac @ 448:5cccf90bf838 3.0 tip
Fixed bug with complex external references generating invalid relocations in the object file
author | lost@l-w.ca |
---|---|
date | Fri, 05 Nov 2010 22:27:00 -0600 |
parents | 194787ce2a77 |
children |
rev | line source |
---|---|
446
194787ce2a77
Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents:
438
diff
changeset
|
1 AC_INIT([LWTools], [3.0.2-dev], [lost@l-w.ca]) |
320 | 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 |
378
1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents:
324
diff
changeset
|
13 lwlink/Makefile |
1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents:
324
diff
changeset
|
14 lwar/Makefile |
408 | 15 lwdisasm/Makefile |
402 | 16 doc/Makefile |
320 | 17 ]) |
18 AC_OUTPUT |