[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Tue Dec 17 05:42:44 PST 2013
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 236c0762c14cace93deae4175073519ef67e4b48
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Dec 17 15:41:54 2013 +0200
touch -h requires the file to exist, funnily enough
Change-Id: I38639236f9e7cc2ec8f4e4f9adc708822bc2f73d
diff --git a/configure.ac b/configure.ac
index 897aac8..69fb9eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9953,6 +9953,7 @@ dnl We need touch with -h option support.
dnl ===================================================================
AC_PATH_PROG(TOUCH, touch)
test -z "$TOUCH" && AC_MSG_ERROR([touch is required])
+touch warn
if ! "$TOUCH" -h warn 2>/dev/null > /dev/null; then
AC_MSG_ERROR([touch version with -h option support is required to build, please install it and make sure it is the one found first in PATH],,)
fi
More information about the Libreoffice-commits
mailing list