Code

Moved definition of BUILD_DATE from configure to src/Makefile.
[template.git] / configure.ac
index e1c988f7603ce830c7f0a801b0bbee58ab48da69..254580cf2e4ac6b86331e5ff62ee300ae58d87e7 100644 (file)
@@ -186,10 +186,6 @@ if test "x$enable_strict_checks" = "xyes"; then
 fi
 AC_SUBST([STRICT_CFLAGS])
 
-build_date="`date --utc '+%F %T'` (UTC)"
-AC_DEFINE_UNQUOTED([BUILD_DATE], ["$build_date"],
-               [Define to the date the package has been built on.])
-
 AC_CHECK_HEADERS(libgen.h)
 
 AC_CONFIG_FILES([Makefile src/Makefile])
@@ -205,7 +201,7 @@ install the package into $prefix.
 Configuration summary:
 
   package version: $PACKAGE_VERSION
-  build date: $build_date
+  build date: `date --utc '+%F %T'` (UTC)
 
 Please report bugs to $PACKAGE_BUGREPORT.