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:
parent
7e4e3c84cf
commit
e3440dfbcc
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue