commit 8f172691be7fa14dbe58613e598a9771d30d6925
parent 708da5405d8d907db1e379740f1f8c00150bda3e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 28 Jun 2022 16:35:39 +0200
-autoupdate
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant], [0.8.4], [taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.8.4],[taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
@@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_AWK
-AC_PROG_CC_C99
+AC_PROG_CC
AC_PROG_OBJC
AC_PROG_INSTALL
AC_PROG_LN_S