summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Allow the installation commands to be overridden.Peter Pentchev2017-11-11
* Remove the $Ringlet VCS tags.Peter Pentchev2016-04-04
* Use the C99 'bool' type.Peter Pentchev2016-04-04
* Use LFS_LDFLAGS, too, if provided in the environment.Peter Pentchev2016-04-04
* Install the tests as examples, too, not just the config files.Peter Pentchev2016-04-04
* Replace _{GNU,BSD}_SOURCE with _{POSIX_C,XOPEN}_SOURCE.Peter Pentchev2016-04-04
* Enable large file support under Linux.Peter Pentchev2013-11-03
* Switch to C99, use %z instead of 'long long' casts.Peter Pentchev2013-02-20
* Handle the case when .depend does not exist.Peter Pentchev2013-02-20
* Define CONFGET_MAKEDEP instead of HAVE_GETLINE.Peter Pentchev2012-10-10
* Pfff, makedep.sh doesn't need CFLAGS at all!Peter Pentchev2012-10-10
* Stop misusing LFLAGS, use LDFLAGS everywhere.Peter Pentchev2012-10-09
* Separate CPPFLAGS from CFLAGS.Peter Pentchev2012-10-09
* Autodetect getline() or fgetln().Peter Pentchev2012-10-09
* Do not build with -Werror by default.Peter Pentchev2011-07-06
* Add the year 2009 to the copyright notice.Peter Pentchev2009-03-20
* Use the same owner for the manual pages as for the executable files.Peter Pentchev2009-03-20
* Install the t1.ini and t2.ini files as examples.Peter Pentchev2009-03-20
* Split the install target into install-bin and install-man.Peter Pentchev2009-03-20
* Implement the http_get configuration source. To this end:Peter Pentchev2008-10-25
* Fix the PCRE build by default: since we're already doing -L/usr/local/lib,Peter Pentchev2008-10-17
* Add regular expression support via the PCRE library.Peter Pentchev2008-10-16
* Add BDECFLAGS to the Makefile.Peter Pentchev2008-10-14
* Make sure that either HAVE_GETLINE or HAVE_FGETLN is defined at build time.Peter Pentchev2008-10-14
* Mark some Makefile targets as phony.Peter Pentchev2008-10-14
* Add a simple test suite.Peter Pentchev2008-10-13
* Disconnect the Java properties backend for the present; it seems thatPeter Pentchev2008-10-13
* Move some common routines to a confget_common.c.Peter Pentchev2008-10-13
* Automatically track source dependencies, e.g. "make depend" :)Peter Pentchev2008-10-13
* Implement support for configuration backends.Peter Pentchev2008-10-10
* By default, use the binary files' group for the manpages, too.Peter Pentchev2008-09-26
* Import a first shot at confget(1), the configuration file reading utility.Peter Pentchev2008-09-19