Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> --- configure.ac | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 799bc87..e387f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ config_file=config.mak.auto config_append=config.mak.append config_in=config.mak.in -echo "# ${config_append}. Generated by configure." >> "${config_append}" +echo "# ${config_append}. Generated by configure." > "${config_append}" # Definitions of macros # MY_APPEND_LINE(LINE) @@ -50,6 +50,7 @@ AC_CHECK_FUNC(setenv,,MY_APPEND_LINE(NO_ # Output files -AC_CONFIG_FILES(["${config_file}":"${config_in}":"${config_append}"], -[rm -f "${config_append}"]) +AC_CONFIG_FILES(["${config_file}":"${config_in}":"${config_append}"]) AC_OUTPUT + +rm -f "${config_append}" -- 1.4.0 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html