Skip to content

Commit

Permalink
bs: move m4_esyscmd before AC_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Mar 22, 2024
1 parent 0d933f4 commit f9a3a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
########################################################################

AC_PREREQ(2.61)
m4_define([nu_version],
m4_esyscmd([./build-helpers/package-version . version-stamp]))
AC_INIT([ndim utility collection],
[m4_esyscmd([./build-helpers/package-version . version-stamp])],
[m4_defn([nu_version])],
[https://github.com/ndim/ndim-utils/issues],
[ndim-utils],
[https://github.com/ndim/ndim-utils])
Expand Down

0 comments on commit f9a3a31

Please sign in to comment.