From dc806b7a6d00ef4a53b6cdb5a69f9a4142ebb301 Mon Sep 17 00:00:00 2001 From: didg Date: Tue, 11 Jun 2002 17:21:10 +0000 Subject: [PATCH] configure.in: VERSION file is in $srcdir, need when configured with ../netatalk/configure. I'm not sure $srcdir is the right variable. bin/afppasswd/Makefile.am: don't chmod afppasswd if it's not built. --- bin/afppasswd/Makefile.am | 2 ++ configure.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/afppasswd/Makefile.am b/bin/afppasswd/Makefile.am index 1d267366..b9fad222 100644 --- a/bin/afppasswd/Makefile.am +++ b/bin/afppasswd/Makefile.am @@ -15,4 +15,6 @@ CFLAGS = @CFLAGS@ @SSL_CFLAGS@ -I$(top_srcdir)/sys \ -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\" install-exec-hook: +if USE_DHX chmod u+s $(DESTDIR)$(bindir)/afppasswd +endif \ No newline at end of file diff --git a/configure.in b/configure.in index 9764e236..3b028ad8 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ -dnl $Id: configure.in,v 1.158 2002-05-29 18:02:57 jmarcus Exp $ +dnl $Id: configure.in,v 1.159 2002-06-11 17:21:10 didg Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) -NETATALK_VERSION=`cat VERSION` +NETATALK_VERSION=`cat $srcdir/VERSION` AC_SUBST(NETATALK_VERSION) AC_CANONICAL_SYSTEM -- 2.39.2