diff options
author | Chris Rempel <csrl@gmx.com> | 2011-02-05 14:42:21 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-02-05 14:42:21 +0100 |
commit | 4efead1bbb8f3d2b84ad8e1fc88b65bc621f987f (patch) | |
tree | a953917b1244700c9241b0510e5a0fc4cf3d955d | |
parent | 042e34a5d99a9d39b0680d063878f13f5d7e7337 (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
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ Bob Beaty <rbeaty@peak6.com> Brian Buchanan <bwb@holo.org> Burak Arslan <burak-github@arskom.com.tr> Chia-liang Kao <clkao@clkao.org> +Chris Rempel <csrl@gmx.com> Chris Wong <chris@chriswongstudio.com> Christian Gudrian <christian.gudrian@fluidon.com> Conrad D. Steenberg <conrad.steenberg@caltech.edu> 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) |