add in user friendly error when configure.in has change and a reconfigure is needed

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8279 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-07 16:31:47 +00:00
commit e3440dfbcc

View file

@ -428,7 +428,10 @@ configfiles:
wget ftp://ftp.gnu.org/pub/gnu/config/config.sub -O Tools/config/config.sub
chmod a+x Tools/config/config.sub
# This target is usually called from Source/Makefile when configure.in has changed
am--refresh:
@echo "Build system is out of date. Please reconfigure (rerun: ./autogen.sh && ./configure)"
@exit 1
# Makefile ends here