aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 12 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2658a6ee..683347ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1726,8 +1726,7 @@ AC_SUBST(LDFLAGS)
1726AC_SUBST([ac_configure_args]) 1726AC_SUBST([ac_configure_args])
1727AC_SUBST([EMPTY_VAR], [[]]) 1727AC_SUBST([EMPTY_VAR], [[]])
1728 1728
1729AC_CONFIG_FILES([ 1729AC_CONFIG_FILES([libmicrohttpd.pc
1730libmicrohttpd.pc
1731w32/common/microhttpd_dll_res_vc.rc 1730w32/common/microhttpd_dll_res_vc.rc
1732po/configure.acT:po/configure.ac.in 1731po/configure.acT:po/configure.ac.in
1733Makefile 1732Makefile
@@ -1743,6 +1742,17 @@ src/examples/Makefile
1743src/testcurl/Makefile 1742src/testcurl/Makefile
1744src/testcurl/https/Makefile 1743src/testcurl/https/Makefile
1745src/testzzuf/Makefile]) 1744src/testzzuf/Makefile])
1745AC_CONFIG_COMMANDS([po/configargs.stamp], [
1746 $as_echo "$ac_configure_args" > "$ac_tmp/configargs.stamp" || AC_MSG_ERROR([[cannot create file $ac_tmp/configargs.stamp]])
1747 AS_IF([[cmp -s "po/configargs.stamp" "$ac_tmp/configargs.stamp" >/dev/null 2>&1]],
1748 [AC_MSG_NOTICE([[po/configargs.stamp is unchanged]])],
1749 [
1750 rm -f po/configargs.stamp
1751 mv "$ac_tmp/configargs.stamp" po/configargs.stamp || AC_MSG_ERROR([[cannot create file $ac_tmp/configargs.stamp]])
1752 AC_MSG_NOTICE([[po/configargs.stamp is updated]])
1753 ]
1754 )
1755], [ac_configure_args="$ac_configure_args"])
1746AC_OUTPUT 1756AC_OUTPUT
1747 1757
1748# Finally: summary 1758# Finally: summary