diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:34:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:34:48 +0000 |
commit | be144127e1538a41f9f391b13375500a6ac55780 (patch) | |
tree | ca901cd4b16ff5b15577dd033d601b37b2603e2f /configure.in | |
parent | 4c6fd6bccb00ae321cf3dca40156306ee225c584 (diff) | |
download | fetchmail-be144127e1538a41f9f391b13375500a6ac55780.tar.gz fetchmail-be144127e1538a41f9f391b13375500a6ac55780.tar.bz2 fetchmail-be144127e1538a41f9f391b13375500a6ac55780.zip |
Get rid of intl.
svn path=/trunk/; revision=3193
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 39509476..d618c4ae 100644 --- a/configure.in +++ b/configure.in @@ -606,7 +606,7 @@ then fi fi]) -AC_OUTPUT([Makefile intl/Makefile po/Makefile.in], [ +AC_OUTPUT([Makefile po/Makefile.in], [ # The reason for this odd makedepend line is that we want # to have all dependencies evaluated relative to the source directory # and let VPATH do all the dirty work when we build remotely |