diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-07-10 23:11:24 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-07-10 23:11:24 -0600 |
commit | b0f119565dcf76eb0ef8926e84736ea532aefdb1 (patch) | |
tree | 427137d81303896a5679db9f664a802c4c0f40a8 /po | |
parent | cd0c8df49a052009fd0e0a5141632333ede80dd3 (diff) | |
download | alpine-b0f119565dcf76eb0ef8926e84736ea532aefdb1.tar.xz |
* Change to configure to not to build Web Alpine if tcl.h is not found by the
configure script.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 665cdb04..3cc398e1 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.10.99 +VERSION = 2.10.999 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh @@ -34,14 +34,14 @@ INSTALL_DATA = ${INSTALL} -m 644 # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, -# ${SHELL} /media/Alpine/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it. -# In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined +# ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh does not start with $(SHELL), so we add it. +# In automake >= 1.10, /usr/bin/mkdir -p is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. -mkinstalldirs = $(SHELL) ${SHELL} /media/Alpine/alpine/alpinegit/install-sh -d -install_sh = $(SHELL) ${SHELL} /media/Alpine/alpine/alpinegit/install-sh -MKDIR_P = /bin/mkdir -p -mkdir_p = /bin/mkdir -p +mkinstalldirs = $(SHELL) ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh -d +install_sh = $(SHELL) ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh +MKDIR_P = /usr/bin/mkdir -p +mkdir_p = /usr/bin/mkdir -p GMSGFMT_ = /usr/bin/msgfmt GMSGFMT_no = /usr/bin/msgfmt |