diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 01:27:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 01:27:24 +0000 |
commit | 81d5035ec199cb7f42af3e92762c2d15ba3d1fec (patch) | |
tree | bb02582f1cafb509d41e372a09d34f2a46d287c4 /configure.in | |
parent | ea136b97491c715efec552ef085f0c2bd60aa91c (diff) | |
download | fetchmail-81d5035ec199cb7f42af3e92762c2d15ba3d1fec.tar.gz fetchmail-81d5035ec199cb7f42af3e92762c2d15ba3d1fec.tar.bz2 fetchmail-81d5035ec199cb7f42af3e92762c2d15ba3d1fec.zip |
Overhaul the build stuff.
svn path=/trunk/; revision=1186
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 241140d7..a1b1699b 100644 --- a/configure.in +++ b/configure.in @@ -150,9 +150,8 @@ else fi AC_OUTPUT(Makefile, [ -# Makefile uses this timestamp file to know when to remake Makefile, -# build.sh, and glob/Makefile. -touch stamp-config]) + echo "You can ignore any makedepend error messages"; + makedepend -I$srcdir -I. -fMakefile *.c]) dnl Local Variables: dnl comment-start: "dnl " |