Imported Upstream version 1.6.1
[platform/upstream/libksba.git] / Makefile.in
index 11082bd..0879db8 100644 (file)
@@ -111,6 +111,7 @@ am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
        $(top_srcdir)/gl/m4/gnulib.m4 \
        $(top_srcdir)/gl/m4/valgrind-tests.m4 \
        $(top_srcdir)/m4/autobuild.m4 \
+       $(top_srcdir)/m4/ax_cc_for_build.m4 \
        $(top_srcdir)/m4/ax_prog_bison.m4 $(top_srcdir)/m4/gcov.m4 \
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libtool.m4 \
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -272,6 +273,7 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
 FGREP = @FGREP@
 GCOV = @GCOV@
 GENHTML = @GENHTML@
@@ -979,7 +981,7 @@ release:
 
 sign-release:
         +(set -e; \
-         cd dist; \
+         test $$(pwd | sed 's,.*/,,') = dist || cd dist; \
          x=$$(grep '^RELEASE_ARCHIVE=' $$HOME/.gnupg-autogen.rc|cut -d= -f2);\
           if [ -z "$$x" ]; then \
              echo "error: RELEASE_ARCHIVE missing in ~/.gnupg-autogen.rc">&2; \