diff options
author | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-11-27 18:29:20 +0000 |
---|---|---|
committer | Luis Felipe Strano Moraes <lfelipe@profusion.mobi> | 2012-11-27 18:29:20 +0000 |
commit | 3835d699d7d35f81ab2458e12fd9a66f4cce2584 (patch) | |
tree | cfcf7b3a9e50bd63b11d3ea12f3a345a69188727 | |
parent | 69331e4e723cfc9f39d60d7c025e3a0b060f0f4e (diff) |
Updating configure.ac according to last stable release.v1.7.2
SVN revision: 79755
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 88479a6ea..075b4a67a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2,7 +2,7 @@ | |||
2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## | 2 | ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## |
3 | m4_define([v_maj], [1]) | 3 | m4_define([v_maj], [1]) |
4 | m4_define([v_min], [7]) | 4 | m4_define([v_min], [7]) |
5 | m4_define([v_mic], [1]) | 5 | m4_define([v_mic], [2]) |
6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) | 6 | m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) |
7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) | 7 | m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))]) |
8 | ##-- When released, remove the dnl on the below line | 8 | ##-- When released, remove the dnl on the below line |
@@ -732,7 +732,7 @@ extern char **environ; | |||
732 | AC_DEFINE(HAVE_ENVIRON, 1, [extern environ exists]) | 732 | AC_DEFINE(HAVE_ENVIRON, 1, [extern environ exists]) |
733 | ]) | 733 | ]) |
734 | 734 | ||
735 | AC_TRY_LINK([ | 735 | AC_TRY_COMPILE([ |
736 | #include <stdlib.h> | 736 | #include <stdlib.h> |
737 | ], [ | 737 | ], [ |
738 | clearenv(); | 738 | clearenv(); |