You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
517 B
12 lines
517 B
4 years ago
|
diff -Naur ocl-icd-2.2.11.old/configure.ac ocl-icd-2.2.11/configure.ac
|
||
|
--- ocl-icd-2.2.11.old/configure.ac 2017-03-16 11:24:18.850912290 +0100
|
||
|
+++ ocl-icd-2.2.11/configure.ac 2017-03-16 11:24:26.792023817 +0100
|
||
|
@@ -14,6 +14,7 @@
|
||
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.9 tar-pax check-news color-tests parallel-tests])
|
||
|
AMX_SILENT_RULES([AM_DEFAULT_VERBOSITY=1])
|
||
|
# AM_PROG_AR must be called before LT_INIT...
|
||
|
+m4_pattern_allow([AM_PROG_AR])
|
||
|
AM_PROG_AR
|
||
|
LT_INIT([disable-static])
|
||
|
AC_CONFIG_TESTDIR([tests], [.])
|