+2017-06-11 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: Clean up after autotools.
+ * gnulib-tool (func_create_testdir, func_create_megatestdir): Remove
+ useless directory left over by the Autotools.
+
2017-06-11 Paul Eggert <eggert@cs.ucla.edu>
getopt-posix: port to glibc 2.25.90
func_execute_command ${AUTOCONF} || func_exit 1
func_execute_command ${AUTOHEADER} || func_exit 1
func_execute_command ${AUTOMAKE} --add-missing --copy || func_exit 1
+ rm -rf autom4te.cache
) || func_exit 1
if $inctests && ! $single_configure; then
# Create autogenerated files.
func_execute_command ${AUTOCONF} || func_exit 1
func_execute_command ${AUTOHEADER} || func_exit 1
func_execute_command ${AUTOMAKE} --add-missing --copy || func_exit 1
+ rm -rf autom4te.cache
) || func_exit 1
fi
# Need to run configure and make once, to create built files that are to be
func_execute_command mkdir build-aux
func_execute_command ${AUTOCONF} || func_exit 1
func_execute_command ${AUTOMAKE} --add-missing --copy || func_exit 1
+ rm -rf autom4te.cache
) || func_exit 1
}