]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 8 Sep 2008 14:32:54 +0000 (08:32 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 8 Sep 2008 14:32:54 +0000 (08:32 -0600)
configure
errors/Makefile.in

index 1b07d7776271f17beccd8eb44dc85728becbf168..11135d87c216f7d1ee504dfd21ed1c0060517442 100755 (executable)
--- a/configure
+++ b/configure
@@ -22249,7 +22249,7 @@ if test "${enable_default_err_language+set}" = set; then
     fi
 
 else
-  ERR_DEFAULT_LANGUAGE="English"
+  ERR_DEFAULT_LANGUAGE="templates"
 fi
 
 
index 5e73f4400fe7c27347a0b39d3f6ded1e0de540e1..183728bb90d71678f8e91cf545f83224b500a5b9 100644 (file)
@@ -273,7 +273,7 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 errordir = $(datadir)/errors
 DEFAULT_ERROR_DIR = $(errordir)
-INSTALL_LANGUAGES = @ERR_LANGUAGES@
+INSTALL_LANGUAGES = templates @ERR_LANGUAGES@
 LANGUAGES = \
                Armenian \
                Azerbaijani \
@@ -513,7 +513,7 @@ addlang: all
        fi
 
 dist-hook:
-       @ for lang in $(LANGUAGES); do \
+       @ for lang in $(LANGUAGES) templates; do \
          if test "$$lang" = .; then :; else \
            test -d $(distdir)/$$lang \
            || mkdir $(distdir)/$$lang \
@@ -521,7 +521,7 @@ dist-hook:
            cp -p $(srcdir)/$$lang/ERR_*  $(distdir)/$$lang \
              || exit 1; \
          fi; \
-       done            
+       done
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: