diff options
author | Tim Potter <tpot@samba.org> | 2003-04-04 00:36:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-04 00:36:11 +0000 |
commit | 41ef3e1c2d0aee53109c5efb41b39344885cd7a4 (patch) | |
tree | 0ac0795cef8c94f04c8b9da8f1119c6987988a63 /source3 | |
parent | 118712249fe85523bcaed6803484e21ee56c53e3 (diff) | |
download | samba-41ef3e1c2d0aee53109c5efb41b39344885cd7a4.tar.gz samba-41ef3e1c2d0aee53109c5efb41b39344885cd7a4.tar.bz2 samba-41ef3e1c2d0aee53109c5efb41b39344885cd7a4.zip |
Updated warning messages for when configure.in is updated.
(This used to be commit 516e6c2e00d17d73bcfacb8dd4eadfb831fef22a)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 9b2cffe86c..5143c6fc11 100644 --- a/source3/Makefile.in +++ b/source3/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" |