aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-27 02:30:02 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-27 02:30:02 +1000
commitbc42309dd8f43c972a60142dad7b51d310166593 (patch)
treef93185e361f334fe62625777e0f639bdec557ec0
parent877b602d6bded48898e3e2bdd944c853cdb4f7b4 (diff)
Minor build fix
darcs-hash:20060126163002-ac50b-7766f42b8b3807a17577ed78819ab947ceb66e44.gz
-rw-r--r--configure.ac2
-rw-r--r--doc_src/doc.hdr2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7a3a6bc5..2d02a7f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,7 @@ AC_CHECK_LIB(intl, gettext)
AC_CHECK_HEADERS([getopt.h termio.h sys/resource.h term.h ncurses/term.h libintl.h])
AC_CHECK_HEADER([regex.h],
- [AC_DEFINE([HAVE_REGEX_H])],
+ [AC_DEFINE([HAVE_REGEX_H], [1], [Define to 1 if you have the <regex.h> header file.])],
[AC_MSG_ERROR([Could not find the header regex.h, needed to build fish])])
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 97d1a979..37eba5f9 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -1059,7 +1059,7 @@ msgid "%ls: No suitable job\n"
msgstr "%ls: Inget jobb matchar\n"
</pre>
-%s, %ls, %d and other tokens beginning with a '%' are
+\%s, \%ls, %\d and other tokens beginning with a '\%' are
placeholders. These will be replaced by a value by fish at
runtime. You must always take care to use exactly the same
placeholders in the same order in your translation. (Actually, there