From ef1c2d5b2686ee7812c4067ea199006e8df0f5da Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 24 Nov 2021 14:57:41 +0100 Subject: 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. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3