summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChris Rempel <csrl@gmx.com>2011-02-05 14:42:21 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-02-05 14:42:21 +0100
commit4efead1bbb8f3d2b84ad8e1fc88b65bc621f987f (patch)
treea953917b1244700c9241b0510e5a0fc4cf3d955d /configure.in
parent042e34a5d99a9d39b0680d063878f13f5d7e7337 (diff)
Fixed autogen.sh warnings on Debian 6 systems.
Signed-off-by: Chris Rempel <csrl@gmx.com> Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a201919..7608632 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_PREREQ(2.61)
# the version.sh script. Hence, it should be updated there.
# The version in git should reflect the *next* version planned.
#
-AC_INIT([zeromq],[m4_esyscmd([./version.sh | tr -d '\n'])],[zeromq-dev@lists.zeromq.org])
+AC_INIT([zeromq],[m4_esyscmd_s([./version.sh])],[zeromq-dev@lists.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)