]> git.draconx.ca Git - gob-dx.git/blobdiff - tests/general.at
Replace GOB2_CHECK with the version from dxcommon.
[gob-dx.git] / tests / general.at
index 10f6f0fc7962c14de29b08ffae4e1cccf14af29e..40019425f54e7bd0007a18f567338c4280050063 100644 (file)
@@ -278,7 +278,6 @@ AT_CHECK([$AUTOCONF && test -f configure || exit 77], [0], [ignore], [ignore])
 
 m4_define([MYVER],
   m4_bpatsubst(m4_dquote(m4_defn([AT_PACKAGE_VERSION])), [[^][0-9.]]))
-m4_if(m4_defn([MYVER]), m4_defn([AT_PACKAGE_VERSION]), [], [AT_XFAIL_IF([:])])
 
 m4_define([MYVER_P1], m4_dquote(m4_reverse(m4_unquote(
   m4_split(m4_defn([MYVER]), [[.]])))))
@@ -289,7 +288,7 @@ AT_DATA([test.in], [[@GOB2@
 ]])
 
 cat >configure.ac <<EOF
-[m4@&t@_include([$srcdir/gob2.m4])]
+[m4@&t@_include([$builddir/gob2.m4])]
 [m4@&t@_pattern_forbid([^GOB2_])]
 [AC_INIT([gob2_check], [0])]
 [GOB2_CHECK(]m4_dquote(m4_defn([MYVER]))[)]