From 5c7cc398ffc8f646d68eada8d6cd74dff4bceb85 Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Tue, 2 Mar 2010 18:41:01 +0000 Subject: [PATCH] Fix test for whether to rebuild the shipped pcblib-newlib library ${top_srcdir} is a Makefile variable, we need $srcdir in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9c145828..415c400f 100644 --- a/configure.ac +++ b/configure.ac @@ -857,7 +857,7 @@ AM_CONDITIONAL(PNG_PREVIEW, test x$enable_m4lib_png = xyes) build_pcblib_newlib=no if test "$pcb_sources" = "tarball" ; then AC_MSG_CHECKING([If pcblib-newlib was built with png previews]) - stamp=${top_srcdir}/lib/pcblib-newlib.stamp + stamp=$srcdir/lib/pcblib-newlib.stamp if test ! -f ${stamp} ; then AC_MSG_RESULT([unknown, missing ${stamp}]) build_pcblib_newlib=yes -- 2.11.4.GIT