GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Browse code
• Suddenly autoreconf requires the include directory to be explicitly specified with -I. Whuh?
master
1 parent
79440df
commit
c11dff6795d2ac2700d2e6388ef3b1575c77e7cf
Nigel Stanger
authored
on 18 Oct 2015
Patch
Showing
1 changed file
configuration/Makefile
Ignore Space
Show notes
View
configuration/Makefile
################################################################################ # # Makefile to build the handbook configure script and execute it to # produce a local make configuration for the command-line tools used. # ################################################################################ DEPLOY=../make-includes configure: configure.ac install-sh $(wildcard include/*.m4) aclocal -I include autoreconf -I include clean: rm -f aclocal.m4 config.log config.status configure \ $(DEPLOY)/local_configuration.make rm -rf autom4te.cache
################################################################################ # # Makefile to build the handbook configure script and execute it to # produce a local make configuration for the command-line tools used. # ################################################################################ DEPLOY=../make-includes configure: configure.ac install-sh $(wildcard include/*.m4) aclocal -I include autoreconf clean: rm -f aclocal.m4 config.log config.status configure \ $(DEPLOY)/local_configuration.make rm -rf autom4te.cache
Show line notes below