diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-09-22 23:26:36 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-09-22 23:26:36 +0000 |
commit | 472deb4dca1b590a6a5d6bd025d65da02f704ffd (patch) | |
tree | a2c9563db3b3e35eef9ccfbe53649f06696ca662 /textproc/modlogan/files/patch-aclocal.m4 | |
parent | Upgrade to 0.4.0 (diff) |
Add modlogan, a modular log file analysis program.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Notes
Notes:
svn path=/head/; revision=48096
Diffstat (limited to 'textproc/modlogan/files/patch-aclocal.m4')
-rw-r--r-- | textproc/modlogan/files/patch-aclocal.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/modlogan/files/patch-aclocal.m4 b/textproc/modlogan/files/patch-aclocal.m4 new file mode 100644 index 000000000000..a9e5b37c60c8 --- /dev/null +++ b/textproc/modlogan/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4_bak Tue Dec 26 12:57:08 2000 ++++ aclocal.m4 Tue Dec 26 12:57:22 2000 +@@ -672,6 +672,9 @@ + INSTOBJEXT=.mo + fi + fi ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then ++ INTLLIBS='-lintl' ++ fi + ]) + + if test "$CATOBJEXT" = "NONE"; then |