corrected C++11-detection; refs #33
This commit is contained in:
@@ -188,11 +188,9 @@ if test -z "$PACKAGERID"; then
|
|||||||
PACKAGERID="Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org>"
|
PACKAGERID="Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org>"
|
||||||
fi
|
fi
|
||||||
AC_ARG_VAR(PACKAGERID, [Signature identification of the package author.])
|
AC_ARG_VAR(PACKAGERID, [Signature identification of the package author.])
|
||||||
BUILDDATE=$(date --rfc-2822)
|
|
||||||
|
|
||||||
# export macros
|
# export macros
|
||||||
SRCDIR=${srcdir}
|
SRCDIR=${srcdir}
|
||||||
AC_SUBST(BUILDDATE)
|
|
||||||
AC_SUBST(SRCDIR)
|
AC_SUBST(SRCDIR)
|
||||||
AC_SUBST(SRC_DIR)
|
AC_SUBST(SRC_DIR)
|
||||||
AC_SUBST(TST_DIR)
|
AC_SUBST(TST_DIR)
|
||||||
|
Reference in New Issue
Block a user