mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: bump autoconf files
This commit is contained in:
@ -39,7 +39,7 @@
|
|||||||
# permitted in any medium without royalty provided the copyright notice
|
# permitted in any medium without royalty provided the copyright notice
|
||||||
# and this notice are preserved.
|
# and this notice are preserved.
|
||||||
|
|
||||||
#serial 3
|
#serial 4
|
||||||
|
|
||||||
AC_DEFUN([AX_IS_RELEASE],[
|
AC_DEFUN([AX_IS_RELEASE],[
|
||||||
AC_BEFORE([AC_INIT],[$0])
|
AC_BEFORE([AC_INIT],[$0])
|
||||||
@ -47,7 +47,7 @@ AC_DEFUN([AX_IS_RELEASE],[
|
|||||||
m4_case([$1],
|
m4_case([$1],
|
||||||
[git-directory],[
|
[git-directory],[
|
||||||
# $is_release = (.git directory does not exist)
|
# $is_release = (.git directory does not exist)
|
||||||
AS_IF([test -d .git],[ax_is_release=no],[ax_is_release=yes])
|
AS_IF([test -d ${top_srcdir}/.git],[ax_is_release=no],[ax_is_release=yes])
|
||||||
],
|
],
|
||||||
[minor-version],[
|
[minor-version],[
|
||||||
# $is_release = ($minor_version is even)
|
# $is_release = ($minor_version is even)
|
||||||
|
|||||||
Reference in New Issue
Block a user