Commit 14eaa7a5 authored by Wayne Davison's avatar Wayne Davison

Added reconfigure target to re-run configure.

parent bc065415
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment