forked from zeromq/libzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m4_esyscmd_s doesnt seem to be portable across different systems
Signed-off-by: Mikko Koppanen <[email protected]>
- Loading branch information
1 parent
c8e5be8
commit 908b39b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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_s([./version.sh])],[[email protected]]) | ||
AC_INIT([zeromq],[m4_esyscmd([./version.sh])],[[email protected]]) | ||
|
||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters