From: hno <> Date: Fri, 30 Nov 2001 21:53:07 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49fb6b056f1ea9d4e40600c820f34443cb41f0b1;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/errors/Makefile.in b/errors/Makefile.in index 15515b77d6..e753a6ca19 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.13 2001/11/29 11:16:50 hno Exp $ +# $Id: Makefile.in,v 1.14 2001/11/30 14:53:07 hno Exp $ # SHELL = @SHELL@ @@ -122,7 +122,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -errordir = $(sharedstatedir)/squid/errors +errordir = $(datadir)/squid/errors DEFAULT_ERROR_DIR = $(errordir) diff --git a/icons/Makefile.in b/icons/Makefile.in index a0f39dd92b..19102a8e8c 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -13,7 +13,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.19 2001/11/29 11:16:51 hno Exp $ +# $Id: Makefile.in,v 1.20 2001/11/30 14:53:08 hno Exp $ # SHELL = @SHELL@ @@ -150,7 +150,7 @@ ICON2 = anthony-bomb.gif \ anthony-xpm.gif -icondir = $(sharedstatedir)/squid/icons +icondir = $(datadir)/squid/icons icon_DATA = $(ICON1) $(ICON2) EXTRA_DIST = $(ICON1) $(ICON2) icons.shar DISTCLEANFILES = $(ICON1) $(ICON2) diff --git a/src/Makefile.in b/src/Makefile.in index c82a6c0f45..387c079134 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.222 2001/11/29 11:16:58 hno Exp $ +# $Id: Makefile.in,v 1.223 2001/11/30 14:53:09 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -377,8 +377,8 @@ DEFAULT_SWAP_DIR = $(localstatedir)/cache DEFAULT_PINGER = $(libexecdir)/@OPT_PINGER_EXE@ DEFAULT_UNLINKD = $(libexecdir)/$(UNLINKD_EXE) DEFAULT_DISKD = $(libexecdir)/@OPT_DISKD_EXE@ -DEFAULT_ICON_DIR = $(sharedstatedir)/squid/icons -DEFAULT_ERROR_DIR = $(sharedstatedir)/squid/errors/@ERR_DEFAULT_LANGUAGE@ +DEFAULT_ICON_DIR = $(datadir)/squid/icons +DEFAULT_ERROR_DIR = $(datadir)/squid/errors/@ERR_DEFAULT_LANGUAGE@ DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"