diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 14:16:34 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-31 14:16:34 +0000 |
commit | 94e2792107a1a871660604e4aa8c5e2f3dda29c1 (patch) | |
tree | 1e5cee5ed53c4af4fa9da413f8be47343b271a53 /configure.ac | |
parent | cc2cad965d93b5b4e4c39081cee0bafd04a0ff0e (diff) | |
download | fetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.tar.gz fetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.tar.bz2 fetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.zip |
Ship m4-local from top-level Makefile rather than recursing for two stupid files.
svn path=/trunk/; revision=4210
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f6bde8b7..9e54d9f5 100644 --- a/configure.ac +++ b/configure.ac @@ -743,7 +743,7 @@ if test "$needtrio" = 1 ; then fi dnl ----------------------------------------------------------------' -AC_CONFIG_FILES([Makefile m4/Makefile m4-local/Makefile +AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in]) AC_OUTPUT |