diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:45:12 +0000 |
commit | 7696fa59dd9e7c35388ce741006b14277095de30 (patch) | |
tree | a650bc67071f0db352158a41247ed35de34a13c4 /configure.ac | |
parent | cabbd0c9ca318c55e45af5a9aa0d01fce936ccd4 (diff) | |
download | fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.tar.gz fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.tar.bz2 fetchmail-7696fa59dd9e7c35388ce741006b14277095de30.zip |
Generate fetchmailconf from Makefile to expand ${prefix} properly.
svn path=/trunk/; revision=4223
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 34aeadbb..f15f2fff 100644 --- a/configure.ac +++ b/configure.ac @@ -739,8 +739,7 @@ if test "$needtrio" = 1 ; then fi dnl ----------------------------------------------------------------' -AC_CONFIG_FILES([Makefile m4/Makefile fetchmailconf - po/Makefile.in]) +AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in]) AC_OUTPUT dnl Local Variables: |