summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: fix disable_static functionalityJan Engelhardt2010-10-221-1/+1
| | | | | | | Small slip on my part. AC_DISABLE_STATIC must actually come before LT_INIT to have any effect. (This is even documented.) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: default to not build static librariesJan Engelhardt2010-10-191-0/+1
| | | | | | | Users wanting static libraries can just use ./configure --enable-static. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: run autoupdateJan Engelhardt2010-10-191-3/+4
| | | | | | | | | | | | Macro usage has changed over the last few years. Update it to the current specification using autoupdate(1). Manually update INCLUDES -> CPPFLAGS, because autoupdate did not catch that. Remove $(all_includes) and $(LIBS) because it is not used anywhere. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: use subdir-objects and CC_C_OJan Engelhardt2010-10-191-1/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: automake options should be in AM_INIT_AUTOMAKEJan Engelhardt2010-10-191-1/+1
| | | | | | | Automake options set in Makefile.am are not always propagated to subdirecties. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* build: do not abuse AM_INIT_AUTOMAKE for autoconf optionsJan Engelhardt2010-10-191-0/+18
Also rename the file to its standard designated name. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>