Added reconfigure target to re-run configure.
authorWayne Davison <wayned@samba.org>
Sat, 29 Dec 2007 17:44:58 +0000 (09:44 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 29 Dec 2007 17:44:58 +0000 (09:44 -0800)
Makefile.in

index e2c2ed1..bc18f4a 100644 (file)
@@ -119,9 +119,13 @@ configure.sh config.h.in: configure.in aclocal.m4
        autoconf -o configure.sh
        autoheader && touch config.h.in
        @echo 'Configure files changed -- perhaps run:'
-       @echo '  ./config.status --recheck; ./config.status'
+       @echo '  make reconfigure'
        @exit 1
 
+reconfigure:
+       ./config.status --recheck
+       ./config.status
+
 proto: proto.h-tstamp
 
 proto.h: proto.h-tstamp