summaryrefslogtreecommitdiff
path: root/misc/config.sub
AgeCommit message (Collapse)Author
2021-11-24Fix README files and remove stale config.guess and config.subAlbrecht Schlosser
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.
2020-09-10Update config.guess and config.subAlbrecht Schlosser
See misc/update_config_scripts
2017-07-17Add script to update bundled config files, and update files.Albrecht Schlosser
The bundled scripts misc/config.guess and misc/config.sub should be updated from time to time to get support for new platforms. The new script 'misc/update_config_scripts' can be used to download the latest versions of config.guess and config.sub. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12323 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-10-17Update bundled config.sub to a slightly newer version.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2013-09-24Stop relying on uname and instead ask autoconf what platformPierre Ossman
we are building for. This makes cross compiling things a lot easier. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9990 ea41ed52-d2ee-0310-a9c1-e6b18d33e121