aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2004-10-04 16:31:50 +0000
committerReuben Thomas <rrt@sc3d.org>2004-10-04 16:31:50 +0000
commit79e7e44ec8fc3c0731b68002e5c8df897c53d032 (patch)
treef258cd13d4fb5de1fc83b57fea27b256a9f234e1 /conf
parent82e1c85cb5a418b69715c44ad7a5b0ec4de2b73b (diff)
downloadplptools-79e7e44ec8fc3c0731b68002e5c8df897c53d032.tar.gz
plptools-79e7e44ec8fc3c0731b68002e5c8df897c53d032.tar.bz2
plptools-79e7e44ec8fc3c0731b68002e5c8df897c53d032.zip
Remove message about not working with automake > 1.4. It seems to work
fine...
Diffstat (limited to 'conf')
-rw-r--r--conf/am_edit2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/am_edit b/conf/am_edit
index 9cb2ca6..07387a0 100644
--- a/conf/am_edit
+++ b/conf/am_edit
@@ -528,8 +528,6 @@ sub initialise ()
if ($MakefileData =~ /($lookup)\n/) {
substituteLine ($lookup, "DEPDIR = .deps\n$1");
}
- } else {
- print STDERR "$printname defines DEPDIR. This means you're using automake > 1.4 - this is not supported!\n";
}
my $localTag = 0;