summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-04 00:36:11 +0000
committerTim Potter <tpot@samba.org>2003-04-04 00:36:11 +0000
commit516e6c2e00d17d73bcfacb8dd4eadfb831fef22a (patch)
tree4793bc327618fd20e59f3f86e8ece368e06c4194 /source/Makefile.in
parent32d1dd19bb0b6abc6508ce65d5129acea79225bf (diff)
downloadsamba-516e6c2e00d17d73bcfacb8dd4eadfb831fef22a.tar.gz
samba-516e6c2e00d17d73bcfacb8dd4eadfb831fef22a.tar.xz
samba-516e6c2e00d17d73bcfacb8dd4eadfb831fef22a.zip
Updated warning messages for when configure.in is updated.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 9b2cffe86c2..5143c6fc11b 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1321,10 +1321,10 @@ finddead:
# when configure.in is updated, reconfigure
$(srcdir)/configure: $(srcdir)/configure.in
- @echo "WARNING: you need to rerun autoconf"
+ @echo "WARNING: you need to rerun ./autogen.sh"
config.status: $(srcdir)/configure
- @echo "WARNING: you need to run configure"
+ @echo "WARNING: you need to run ./configure"
Makefile: $(srcdir)/Makefile.in config.status
@echo "WARNING: you need to run ./config.status"