From e4c1833f53f597ee62bf89d200e45af8abadf593 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 25 Apr 2006 04:32:47 +0000 Subject: [PATCH] (.acsyms_okay): Fix rules to work better from subdirectories, and skip the top-level configure script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17956 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/post.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/post.in b/src/config/post.in index 300f0fcf3..12342961a 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -149,10 +149,10 @@ $(thisconfigdir)/.acsyms_okay: @MAINT@ \ $(SRCTOP)/aclocal.m4 case "$(myfulldir)" in \ "" ) echo myfulldir not set in makefile ; exit 1 ;; \ - appl* | tests* ) echo skipping ac syms check here ;; \ - *) $(SRCTOP)/util/check-ac-syms $(srcdir) $(BUILDTOP) $(AUTOCONF_HEADER) ;; \ + . | appl* | tests* ) echo skipping ac syms check here ;; \ + *) $(SRCTOP)/util/check-ac-syms $(top_srcdir) $(mydir)/$(BUILDTOP) $(AUTOCONF_HEADER) ;; \ esac - touch .acsyms_okay + touch $(thisconfigdir)/.acsyms_okay RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \ generate-files-mac-recurse \ -- 2.26.2