aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-29 01:27:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-29 01:27:24 +0000
commit81d5035ec199cb7f42af3e92762c2d15ba3d1fec (patch)
treebb02582f1cafb509d41e372a09d34f2a46d287c4 /configure.in
parentea136b97491c715efec552ef085f0c2bd60aa91c (diff)
downloadfetchmail-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.in5
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 "