summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-24 14:57:41 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-24 15:01:45 +0100
commitef1c2d5b2686ee7812c4067ea199006e8df0f5da (patch)
tree16121f1bfdf9d96d0160662d2d9f9d48c33d6417 /Makefile
parent7e484c614c16f0a6580ba2c2efaa654ab4e08082 (diff)
Fix README files and remove stale config.guess and config.sub
README.Unix.txt and README.Windows.txt (MinGW, MSYS) instructed to execute `NOCONFIGURE=1 ./autogen.sh` which is no longer necessary (a simple `autoconf` does the job). Remove files misc/config.guess and misc/config.sub because they are no longer needed: these files are now in th FLTK root directory available. Remove all references to these files. Fix .gitattributes accordingly. Also exclude the .github folder from exports, for instance when creating distribution tarballs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d70bfcd45..c023a9bab 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ fltk-config: configure configh.in fltk-config.in
touch config.h
chmod +x fltk-config
-makeinclude: configure configh.in makeinclude.in config.guess config.sub
+makeinclude: configure configh.in makeinclude.in
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
@@ -104,11 +104,6 @@ makeinclude: configure configh.in makeinclude.in config.guess config.sub
configure: configure.ac
autoconf
-config.guess config.sub:
- -automake --add-missing 2> /dev/null
- if [ ! -e config.sub ]; then echo NOTE: Using frozen copy of config.sub; cp misc/config.sub . ; fi
- if [ ! -e config.guess ]; then echo NOTE: Using frozen copy of config.guess; cp misc/config.guess . ; fi
-
portable-dist:
epm -v -s fltk.xpm fltk