diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-03-14 13:46:51 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-03-14 13:53:52 +0100 |
commit | 7a855725f2ffde508da0c7ee01dc1bcd6e0a5d93 (patch) | |
tree | 022449e8f7cf835980296ed11074eb64d8727257 /tools | |
parent | 33b6c292c3e3a8972d0b9f43d156aae50db65720 (diff) |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile-top.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |