aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-31 16:53:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-31 16:53:57 +0000
commit0dbf57ab97bc6dba1620a7fe17372bbee4b93505 (patch)
treedfa144ffedd66dbc221c5e141918ef375ba40878 /configure.ac
parentf7982784f7732f420b3995b88cec5b6e2b7e74e7 (diff)
downloadlibmicrohttpd-0dbf57ab97bc6dba1620a7fe17372bbee4b93505.tar.gz
libmicrohttpd-0dbf57ab97bc6dba1620a7fe17372bbee4b93505.zip
releasing 0.9.19
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 8e3ee5dc..27385c9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of libmicrohttpd. 1# This file is part of libmicrohttpd.
2# (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other contributing authors) 2# (C) 2006-2012 Christian Grothoff (and other contributing authors)
3# 3#
4# libmicrohttpd is free software; you can redistribute it and/or modify 4# libmicrohttpd 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
@@ -21,8 +21,8 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.18],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.19],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18]) 25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.19])
26AM_CONFIG_HEADER([MHD_config.h]) 26AM_CONFIG_HEADER([MHD_config.h])
27AC_CONFIG_MACRO_DIR([m4]) 27AC_CONFIG_MACRO_DIR([m4])
28AH_TOP([#define _GNU_SOURCE 1]) 28AH_TOP([#define _GNU_SOURCE 1])