summaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Collapse)Author
2016-12-25Bump to version 0.9.9v0.9.9pgen
2016-12-19Improve the configure processpgen
Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory.
2016-12-19Add code to detect the host system at compile timepgen
Compilation should now be successful on BSD system derivatives
2016-12-11Bump to version 0.9.8v0.9.8pgen
2016-12-08Add libtinfo in the searched libraries an regenerate configurepgen
2016-03-13Bump to version 0.9.1v0.9.1pgen
- Add a ChangeLog file - Move, add and improve some comments
2016-03-06Reorganize the code a littlepgen
- remove the smenu.h header file - add/rewrite some comments - move parts of code to more logical places
2015-12-02Improve the build processpgen
- 'make dist' generate a bzip2 compressed tarball - 'make' will work quietly
2015-11-28Add a RPM spec file templatepgen
2015-11-24Remove AC_FUNC_REALLOC from configure.acpgen
This macro doesn't work properly on HP-UX
2015-11-21Update configure and the build section in README.rstpgen
2015-11-21Put the code under autoconf controlpgen