[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: install headers properly
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: install headers properly |
Date: |
Thu, 03 Oct 2024 11:08:53 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 8434102 install headers properly
8434102 is described below
commit 84341025857312a144ecbd509f5daceb95a94379
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 3 11:08:51 2024 +0200
install headers properly
---
aclocal.m4 | 4 ++--
contrib/gana | 2 +-
src/include/Makefile.am | 12 ++++++++----
taler_config.h.in | 12 ++++++------
4 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 17f4822..b2ef80c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -14,8 +14,8 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS],
[])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
-[m4_warning([this file was generated for autoconf 2.71.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.72],,
+[m4_warning([this file was generated for autoconf 2.72.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
'autoreconf'.])])
diff --git a/contrib/gana b/contrib/gana
index 7048773..a2f72a9 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 7048773eed952c30e4bc8e30d7caed083c18565e
+Subproject commit a2f72a9fb7a7d7757091821ea83180e1461714ff
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index d61eae6..ddd47d1 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -2,11 +2,15 @@
donauincludedir = $(includedir)/donau
donauinclude_HEADERS = \
- donau_service.h \
- donau_signatures.h \
+ donau_crypto_lib.h \
donaudb_lib.h \
donaudb_plugin.h \
- donau_testing_lib.h \
+ donau_json_lib.h \
donau_pq_lib.h \
- donau_json_lib.h
+ donau_service.h \
+ donau_signatures.h \
+ donau_testing_lib.h \
+ donau_util.h
+
+
diff --git a/taler_config.h.in b/taler_config.h.in
index de59a8c..aebdeb4 100644
--- a/taler_config.h.in
+++ b/taler_config.h.in
@@ -26,7 +26,7 @@
*/
#undef HAVE_DCGETTEXT
-/* Define to 1 if you have the declaration of `CURLINFO_TLS_SESSION', and to 0
+/* Define to 1 if you have the declaration of 'CURLINFO_TLS_SESSION', and to 0
if you don't. */
#undef HAVE_DECL_CURLINFO_TLS_SESSION
@@ -60,7 +60,7 @@
/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV
-/* Define to 1 if the system has the type `intmax_t'. */
+/* Define to 1 if the system has the type 'intmax_t'. */
#undef HAVE_INTMAX_T
/* Define to 1 if you have the <inttypes.h> header file. */
@@ -96,7 +96,7 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Define to 1 if you have the `strdup' function. */
+/* Define to 1 if you have the 'strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the <strings.h> header file. */
@@ -117,7 +117,7 @@
/* Define to 1 if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
-/* Define to 1 if the system has the type `uintmax_t'. */
+/* Define to 1 if the system has the type 'uintmax_t'. */
#undef HAVE_UINTMAX_T
/* Define to 1 if you have the <unistd.h> header file. */
@@ -279,7 +279,7 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
+/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
@@ -310,7 +310,7 @@
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t
/* Define to the type of an unsigned integer type of width exactly 16 bits if
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: install headers properly,
gnunet <=