aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 66e55dfa7..c12b2f414 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of GNUnet. 1# This file is part of GNUnet.
2# (C) 2001--2010 Christian Grothoff (and other contributing authors) 2# (C) 2001--2011 Christian Grothoff (and other contributing authors)
3# 3#
4# GNUnet is free software; you can redistribute it and/or modify 4# GNUnet is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published 5# it under the terms of the GNU General Public License as published
@@ -22,13 +22,13 @@
22# 22#
23AC_PREREQ(2.61) 23AC_PREREQ(2.61)
24# Checks for programs. 24# Checks for programs.
25AC_INIT([gnunet], [0.9.0pre3],[bug-gnunet@gnu.org]) 25AC_INIT([gnunet], [0.9.0pre4],[bug-gnunet@gnu.org])
26 26
27AC_CANONICAL_TARGET 27AC_CANONICAL_TARGET
28AC_CANONICAL_HOST 28AC_CANONICAL_HOST
29AC_CANONICAL_SYSTEM 29AC_CANONICAL_SYSTEM
30 30
31AM_INIT_AUTOMAKE([gnunet], [0.9.0pre3]) 31AM_INIT_AUTOMAKE([gnunet], [0.9.0pre4])
32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
33AC_CONFIG_HEADERS([gnunet_config.h]) 33AC_CONFIG_HEADERS([gnunet_config.h])
34AH_TOP([#define _GNU_SOURCE 1]) 34AH_TOP([#define _GNU_SOURCE 1])