mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-26 22:44:21 +00:00
build: fix AC_INIT string of configure.ac.
As specified in https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html
This commit is contained in:
parent
52e9df8d78
commit
76b79b2fb2
@ -11,7 +11,7 @@ m4_define([lt_age], v_min)
|
||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||
|
||||
AC_INIT([sgminer], [v_ver], [https://github.com/veox/sgminer/issues])
|
||||
AC_INIT([sgminer], [v_ver], [veox@wemakethings.net], [sgminer], [https://github.com/veox/sgminer])
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
Loading…
x
Reference in New Issue
Block a user