diff options
author | Graham Wilson <graham@mknod.org> | 2004-11-12 18:23:15 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-11-12 18:23:15 +0000 |
commit | b4e7d65a954680b3092db0880bcf90aa4a93dec6 (patch) | |
tree | 09b3c68ed8a3596939f566265cfc535414affb6e /configure.ac | |
parent | 7ce762e28c9bad597cb03a25723cdc7004fc96b7 (diff) | |
download | fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.tar.gz fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.tar.bz2 fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.zip |
Re-add the m4-local directory, in case we need to add more macros in the future. Put the macros we already have back in that directory. (reverts r3924 and r3923)
svn path=/trunk/; revision=4002
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 897cdf48..c29d2805 100644 --- a/configure.ac +++ b/configure.ac @@ -735,7 +735,8 @@ if test "$needtrio" = 1 ; then fi dnl ----------------------------------------------------------------' -AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in intl/Makefile]) +AC_CONFIG_FILES([Makefile m4/Makefile m4-local/Makefile + po/Makefile.in intl/Makefile]) AC_OUTPUT dnl Local Variables: |