diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-24 14:57:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-24 15:01:45 +0100 |
| commit | ef1c2d5b2686ee7812c4067ea199006e8df0f5da (patch) | |
| tree | 16121f1bfdf9d96d0160662d2d9f9d48c33d6417 /makesrcdist | |
| parent | 7e484c614c16f0a6580ba2c2efaa654ab4e08082 (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 'makesrcdist')
| -rwxr-xr-x | makesrcdist | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
