]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
(.acsyms_okay): Fix rules to work better from subdirectories, and skip the
authorKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 04:32:47 +0000 (04:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 25 Apr 2006 04:32:47 +0000 (04:32 +0000)
top-level configure script.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17956 dc483132-0cff-0310-8789-dd5450dbe970

src/config/post.in

index 300f0fcf308026d0ffc198884ce7c97e1de84c81..12342961a65b7d04f9bb4fac1fdd0e26137d3fc1 100644 (file)
@@ -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 \