diff options
author | Bruno Haible <bruno@clisp.org> | 2001-11-26 12:32:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 23:24:11 +0200 |
commit | d5801c2db17c958eae526fc94ad45f6173e2ad4b (patch) | |
tree | f929ee8a098579d6e7315723db4d55d566bfa727 /m4 | |
parent | ffe97377c964995c635c43121cd8eccb5ac5595a (diff) | |
download | external_gettext-d5801c2db17c958eae526fc94ad45f6173e2ad4b.zip external_gettext-d5801c2db17c958eae526fc94ad45f6173e2ad4b.tar.gz external_gettext-d5801c2db17c958eae526fc94ad45f6173e2ad4b.tar.bz2 |
Oops, fix a fatal typo in last patch.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 72cc713..5cc9870 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -443,7 +443,7 @@ changequote([,])dnl ]) -AC_DEFUN([AM_MKINSTALLDIRS]), +AC_DEFUN([AM_MKINSTALLDIRS], [ dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but $(top_srcdir). |