Skip to content

Commit a0f36f2

Browse files
authored
Update configure.ac
Copy version number from asd
1 parent af3876e commit a0f36f2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

configure.ac

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
AC_INIT([async-process], [0.1])
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])
26
AC_CONFIG_HEADERS([config.h])
37

48
# Library versioning (current:revision:age)

0 commit comments

Comments
 (0)