summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2013-04-07 00:12:32 +0200
committerVincent Bernat <bernat@luffy.cx>2013-04-07 00:12:32 +0200
commit90087507e60ba28ca33dbe7ac95df5d9af37e291 (patch)
tree10fe1d75d67767300fd45812031a7452e121506a /test
parent91c414195087b73583f874c234b8905b484f0e20 (diff)
downloadlibgd-90087507e60ba28ca33dbe7ac95df5d9af37e291.tar.gz
Fix build with autotools.
`configure.ac` and `bootstrap.sh` are moved in the top directory. `bootstrap.sh` is completed to execute `libtoolize`. The list of files to clean is reduced. Other files can be cleaned with `make distclean`. `src/Makefile.am` is fixed for missing `gd_nnquant.c` dependency. `ACX_PTHREAD` macro is moved to a `m4` directory to make `configure.ac` easier to read. --HG-- branch : fix/autotools rename : src/bootstrap.sh => bootstrap.sh rename : src/configure.ac => configure.ac
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index f6b5c6f..2411fe0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,2 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
-AUTOMAKE_OPTIONS = foreign 1.7
-
EXTRA_DIST = gdtest.gd2 gdtest.png gdtest_200_300_150_100.png gdtest_merge.png gdtest_wbmp_to_png.png
-