commit 84341025857312a144ecbd509f5daceb95a94379
parent 0ea9c8eb941066f3b07bc86e640205bf3a766ea5
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Oct 2024 11:08:51 +0200
install headers properly
Diffstat:
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git 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/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
@@ -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