This commit is contained in:
16
ase/configure
vendored
16
ase/configure
vendored
@ -26586,17 +26586,27 @@ _ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ASE_PKGNAME "${PACKAGE}"
|
||||
#define ASE_VERSION "${VERSION}"
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ASE_PKGVERSION "${VERSION}"
|
||||
#define ASE_VERSION_MAJOR $(echo ${VERSION} | cut -d. -f1)
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ASE_PKGAUTHOR "${PACKAGE_BUGREPORT}"
|
||||
#define ASE_VERSION_MINOR $(echo ${VERSION} | cut -d. -f2)
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ASE_VERSION_PATCH $(echo ${VERSION} | cut -d. -f3)
|
||||
_ACEOF
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define ASE_AUTHOR "${PACKAGE_BUGREPORT}"
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user