This commit is contained in:
2008-08-17 03:52:54 +00:00
parent c0d88f3d6a
commit 68fa5eeb53
3 changed files with 31 additions and 15 deletions

16
ase/configure vendored
View File

@ -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