We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3876e commit a0f36f2Copy full SHA for a0f36f2
1 file changed
configure.ac
@@ -1,4 +1,8 @@
1
-AC_INIT([async-process], [0.1])
+dnl Get the version number from async-process.asd
2
+m4_define([ASD_VERSION],
3
+ m4_esyscmd_s([grep :version src/async-process.asd | cut -d\" -f2]))
4
+AC_INIT([async-process],
5
+ [ASD_VERSION])
6
AC_CONFIG_HEADERS([config.h])
7
8
# Library versioning (current:revision:age)
0 commit comments