diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-28 16:35:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-28 16:35:39 +0200 |
commit | 8f172691be7fa14dbe58613e598a9771d30d6925 (patch) | |
tree | 6eb0bb3bcab7610ccbf672da311c1677b11fee22 /configure.ac | |
parent | 708da5405d8d907db1e379740f1f8c00150bda3e (diff) |
-autoupdate
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e8c8d14d..2e78d496 100644 --- 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 |