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.
This commit is contained in:
Albrecht Schlosser
2021-11-24 14:57:41 +01:00
parent 7e484c614c
commit ef1c2d5b26
9 changed files with 36 additions and 3565 deletions
+1 -6
View File
@@ -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