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. --- makesrcdist | 3 --- 1 file changed, 3 deletions(-) (limited to 'makesrcdist') diff --git a/makesrcdist b/makesrcdist index 064459dfd..26a35e68f 100755 --- a/makesrcdist +++ b/makesrcdist @@ -121,9 +121,6 @@ sed -e '1,$s/@VERSION@/'$version'/' \ echo Creating configure script... autoconf -f -echo Creating config.guess and config.sub \(ignore any other errors\)... -automake --add-missing --copy 2>/dev/null - echo Cleaning developer files... rm -rf OpenGL autom4te* bc5 config forms glut images packages themes -- cgit v1.2.3