From 7a855725f2ffde508da0c7ee01dc1bcd6e0a5d93 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 14 Mar 2017 13:46:51 +0100 Subject: Some autoconf cleanups The patch allows to use autoreconf, replaces some long obsolete constructs and does some other minor cleanups. Also, the file configure.in is renamed to configure.ac, as the old name has been deprecated for a long time. Thanks to Ruben Kerkhof for the patchset. --- tools/Makefile-top.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile-top.in') diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index cf59f7a1..fa02b5e6 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -16,5 +16,5 @@ clean: distclean: clean $(MAKE) -C doc distclean rm -rf $(objdir) autom4te.cache - rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile + rm -f config.* configure sysdep/autoconf.h.in sysdep/paths.h Makefile -- cgit v1.2.3