aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
commit4ab90069c9a94129cf6bc583687d817cebe8d1f3 (patch)
tree2d1dd20e67f4aff26589733dade967596f7c6d43 /configure.ac
parent43a8fae35436910946742e551ff46a1549e2d262 (diff)
downloadlibgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.tar.gz
libgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.zip
Update code to newest GNUnet changes and improve automake
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fc58e40..052b856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,14 +25,14 @@ AC_CONFIG_AUX_DIR([build-aux])
25AC_CONFIG_MACRO_DIRS([m4]) 25AC_CONFIG_MACRO_DIRS([m4])
26 26
27AC_CONFIG_HEADERS([ 27AC_CONFIG_HEADERS([
28 include/gnunet_chat_config.h 28 include/gnunet/gnunet_chat_config.h
29]) 29])
30 30
31AC_CANONICAL_TARGET 31AC_CANONICAL_TARGET
32AC_CANONICAL_HOST 32AC_CANONICAL_HOST
33 33
34AM_INIT_AUTOMAKE([tar-ustar]) 34AM_INIT_AUTOMAKE([tar-ustar])
35AM_SILENT_RULES([yes]) 35AM_SILENT_RULES
36 36
37# maybe use AC_USE_SYSTEM_EXTENSIONS? 37# maybe use AC_USE_SYSTEM_EXTENSIONS?
38AH_TOP([#define _GNU_SOURCE 1]) 38AH_TOP([#define _GNU_SOURCE 1])