This commit is contained in:
2008-06-23 01:32:26 +00:00
parent 83f8a0d606
commit dd2e7e610f
3 changed files with 74 additions and 30 deletions

28
ase/configure vendored
View File

@ -26475,6 +26475,34 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define ASE_PKGNAME
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define ASE_PKGVERSION
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define ASE_PKGAUTHOR
_ACEOF
cat >>confdefs.h <<_ACEOF
#define ASE_PKGNAME "${PACKAGE}"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define ASE_PKGVERSION "${VERSION}"
_ACEOF
cat >>confdefs.h <<_ACEOF
#define ASE_PKGAUTHOR "${PACKAGE_BUGREPORT}"
_ACEOF
# Defines extra options
# Check whether --enable-wchar was given.