vbox/configure.ac: revert wrong-optimization & autoreconf

Keep definition of VERDATE as it was in configure.in
This commit is contained in:
Peter Marschall 2012-04-22 12:32:59 +02:00
parent 968bc5ae56
commit a4498ca8b9
2 changed files with 6 additions and 2 deletions

4
vbox/configure vendored
View File

@ -2663,6 +2663,8 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
VERDATE="17-NOV-98"
cat >>confdefs.h <<_ACEOF
#define PACKAGE "${PACKAGE_NAME}"
@ -2675,7 +2677,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
#define VERDATE 17-NOV-98
#define VERDATE "${VERDATE}"
_ACEOF

View File

@ -16,9 +16,11 @@ dnl #------------------------------------------------------------------------#
AC_PREFIX_DEFAULT([/usr])
VERDATE="17-NOV-98"
AC_DEFINE_UNQUOTED(PACKAGE, "${PACKAGE_NAME}", [Name of package])
AC_DEFINE_UNQUOTED(VERSION, "${PACKAGE_VERSION}", [Version number of package])
AC_DEFINE_UNQUOTED(VERDATE, ["17-NOV-98"], [date the version was created])
AC_DEFINE_UNQUOTED(VERDATE, "${VERDATE}", [date the version was created])
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)