corrected C++11-detection; refs #33

This commit is contained in:
Marc Wäckerlin
2014-09-16 08:32:11 +00:00
parent 7820475076
commit 5727225090

View File

@@ -188,11 +188,9 @@ if test -z "$PACKAGERID"; then
PACKAGERID="Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org>"
fi
AC_ARG_VAR(PACKAGERID, [Signature identification of the package author.])
BUILDDATE=$(date --rfc-2822)
# export macros
SRCDIR=${srcdir}
AC_SUBST(BUILDDATE)
AC_SUBST(SRCDIR)
AC_SUBST(SRC_DIR)
AC_SUBST(TST_DIR)