aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
Commit message (Collapse)AuthorAgeFilesLines
* Merge Makefile 1.507, configure 1.62, configure.local.example 1.30:VERSION_1_13Ingo Schwarze2017-03-041-1/+8
| | | | relative symlinks for program files
* Drop support for building without SQLite.Ingo Schwarze2017-02-211-10/+1
| | | | There whole point of the 1.13 branch is SQLite support after all.
* first step of 1.13.5 release preparationsIngo Schwarze2017-02-211-2/+2
|
* Merge Makefile 1.501, configure 1.59, configure.local.example 1.28:Ingo Schwarze2017-02-161-2/+11
| | | | add $(LN) configuration variable
* merge reproducible build support including compat glue to 1.13 branch:Ingo Schwarze2016-10-201-2/+3
| | | | mandocdb.c 1.231 & 1.232; configure 1.52 & 1.53; configure.local.example 1.21
* add EFTYPE, corresponding to configure rev. 1.43.2.5Ingo Schwarze2016-10-201-1/+2
|
* 1.13 backport: handle absence of PATH_MAXIngo Schwarze2016-08-021-1/+2
|
* 1.13 backport: autodetect UTF8_LOCALEIngo Schwarze2016-07-311-1/+8
|
* 1.13 backport: Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-201-22/+64
|
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-201-5/+11
| | | | | Helpful for Solaris 9 and 10. Reminded by Thomas Klausner.
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-191-17/+4
| | | | | | | | delete manpath(1) support. With the mandoc-based man(1), manpath(1) is utterly useless. Just set MANPATH_DEFAULT in configure.local for sane operating system defaults, use man.conf(5) for machine- specific modifications, and use ${MANPATH}, -m, and -M for user preferences.
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-48/+19
| | | | | Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.
* Remove one outdated comment and fix one typoIngo Schwarze2016-07-191-4/+2
| | | | noted by Jan Stary <hans at stare dot cz>.
* final 1.13.4 release notesVERSION_1_13_4Ingo Schwarze2016-07-141-1/+9
|
* support LDFLAGS;Ingo Schwarze2016-07-101-2/+9
| | | | suggested by Christian Neukirchen <chneukirchen at gmail dot com>
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-181-12/+33
| | | | | | | | | | | reported that the build system still assumed that ohash is only needed if sqlite3 is also in use, which is no longer true: The ohash library is now required no matter what. Rework sqlite3 and ohash library autodetection such that both work independently of each other. Provide LDADD for additional linker flags. Add some missing variables to configure.local.example.
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-071-2/+1
| | | | noticed by Peter Bray <pdb_ml at yahoo dot com dot au>
* * remove FreeBSDismsIngo Schwarze2015-05-201-6/+7
| | | | | | | * purge and sort headers * add build and compat glue * and LICENSE information for soelim(1)
* Add man.conf(5). After adding some additional functionality,Ingo Schwarze2015-03-271-1/+6
| | | | | one of the next steps will be to use it in addition to manpath(1) rather than as an alternative to it.
* make MANPATH_DEFAULT compile-time configurableIngo Schwarze2015-03-221-1/+8
|
* strtonum(3) compat glueIngo Schwarze2015-02-161-1/+2
|
* Enable the integrated man(1) even when database support is disabled,Ingo Schwarze2015-02-031-22/+28
| | | | | | using the file system lookup fallback code, also reducing the number of preprocessor conditional directives. Hopefully, it will make some small Linux distros happy.
* improve homebrew cellar config exampleIngo Schwarze2015-01-231-2/+3
|
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-211-2/+10
| | | | Idea found together with Alexis Hildebrandt <surryhill at gmail dot com>.
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-091-2/+30
| | | | to help downstream distributions avoid naming conflicts.
* Improve build system and autodetection.Ingo Schwarze2014-08-161-0/+189
* Make ./configure standalone, that's what people expect. * Let people write a ./configure.local from scratch, not edit existing files. * Autodetect wchar, sqlite3, and manpath and act accordingly. * Autodetect the need for -L/usr/local/lib and -lutil. * Get rid of config.h.p{re,ost}, let ./configure only write what's needed. * Let ./configure write a Makefile.local snippet, that's quite flexible.