From 199c1b8d3d69113110d3c8be57528ac83f8ca145 Mon Sep 17 00:00:00 2001 From: Mathias Palm Date: Sun, 10 Feb 2013 20:10:12 +0100 Subject: 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. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') 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([]) -- cgit v1.1-32-gdbae