summaryrefslogtreecommitdiff
path: root/m4/po.m4
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-04-09 16:53:03 -0600
committerEduardo Chappa <chappa@washington.edu>2014-04-09 16:53:03 -0600
commita2a86cd7f6d9cf3d6a88f3c6a005ff73f0b2341a (patch)
treee9113d18ff36fcaebc5b4cd0414f70d6e85b41a9 /m4/po.m4
parent7d34d6b88a46a8cf950dc6305fa3c781edd9d4f7 (diff)
downloadalpine-a2a86cd7f6d9cf3d6a88f3c6a005ff73f0b2341a.tar.xz
* patch by Sam Hathaway to make web alpine build when debug is turned
off. * Fix compilation bug that made build fail if passfile was not defined.
Diffstat (limited to 'm4/po.m4')
-rw-r--r--m4/po.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/po.m4 b/m4/po.m4
index 00133ef3..a7d8fb4f 100644
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -24,7 +24,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
[
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_INSTALL])dnl
- AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
AC_REQUIRE([AM_NLS])dnl
dnl Perform the following tests also if --disable-nls has been given,