From: Adam Heath Date: Sat, 13 Sep 2003 18:57:45 +0000 (+0000) Subject: s/top_srcdir/abs_top_srcdir/ X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4261532cde93af16e68e5c10799bae65355e7cf0;p=dpkg s/top_srcdir/abs_top_srcdir/ --- diff --git a/ChangeLog b/ChangeLog index cdc4673e..4b0a8715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 13 13:57:22 CDT 2003 Adam Heath + + * Makefile.conf.in: s/top_srcdir/abs_top_srcdir/ + Sat Sep 13 13:56:23 CDT 2003 Adam Heath * lib/compat.c: s/SYS_SIGLIST_DECLARED/HAVE_DECL_SYS_SIGLIST/ diff --git a/Makefile.conf.in b/Makefile.conf.in index 67784842..54e14959 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -36,7 +36,7 @@ dpkgconfdir = $(sysconfdir)/$(PACKAGE) alternativesdir = $(sysconfdir)/alternatives abs_builddir = @abs_builddir@ -top_srcdir = @top_srcdir@ +abs_top_srcdir = @abs_top_srcdir@ ifeq ($(strip $(srcdir)),$(strip $(top_srcdir))) subdir = else