summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mathias Palm2013-02-10 20:10:12 +0100
committerGravatar Nikias Bassen2013-02-10 20:10:12 +0100
commit199c1b8d3d69113110d3c8be57528ac83f8ca145 (patch)
treefa7eafed60093605b6c8c1034cc81151366bba96
parent0b61fda9ab740a100f8f49f2bd0ed7468c79f55c (diff)
downloadlibvformat-199c1b8d3d69113110d3c8be57528ac83f8ca145.tar.gz
libvformat-199c1b8d3d69113110d3c8be57528ac83f8ca145.tar.bz2
Ease distribution of libvformat
* Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used. * Remove unused AC_CONFIG_FILES. * Remove files generated when testing the library in clean rule.
-rw-r--r--configure.ac3
-rw-r--r--test/Makefile.am6
2 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 744f321..ab68899 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,6 @@ AM_CONFIG_HEADER(config.h)
# AC_PROG_CC
# Checks for libraries.
-AC_PROG_RANLIB
AC_PROG_LIBTOOL
# Checks for header files.
@@ -25,5 +24,5 @@ AC_FUNC_STAT
AC_CHECK_FUNCS([atexit memset strstr])
AC_OUTPUT([Makefile src/Makefile vformat/Makefile test/Makefile doc/Makefile])
-AC_CONFIG_FILES([])
+#AC_CONFIG_FILES([])
diff --git a/test/Makefile.am b/test/Makefile.am
index 883a1a7..407e901 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,4 +4,8 @@ vformat_SOURCE = testsuppt.c vformat.c
vformat_LDADD = ../src/.libs/libvformat.a testsuppt.o
EXTRA_DIST = testsuppt.c testsuppt.h tests/access/*.vcf tests/adhoc/*.vc* tests/spec/*.vcf tests/utf-8/*.vcf
-TESTS = vformat \ No newline at end of file
+TESTS = vformat
+
+clean-local:
+ find . -name *out* -exec rm -f {} ';'
+ rm -f *.vcf