Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't touch any files in bootstrap | Pavel Roskin | 2016-01-29 | 1 | -5/+0 |
| | | | | | | | | configure.ac already exists. Its timestamp doesn't need to be updated. autoreconf takes care of the timestamps. Since "foreign" is used in Makefile.am, no standard GNU files are required. Distributing empty files like README could be disappointing for the users. | ||||
* | Don't use a symlink where #include would suffice | Pavel Roskin | 2016-01-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | Absolute symlinks break when the source is moved to another location. In the best case, the symlink will be replaced with a copy, but that creates code duplication. A user who got the packaged source may decide to change one config.c without realizing that another config.c will get the same changes. Don't ignore config.c, it's a regular source file now, albeit very short. Testing done: compiled inside and outside build directory. | ||||
* | bootstrap, add libtoolize | speidy | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | check for pkg-config in bootstrap | Jay Sorg | 2012-05-04 | 1 | -0/+7 |
| | |||||
* | fix for older auto tools | jsorg71 | 2008-11-02 | 1 | -0/+5 |
| | |||||
* | touch configure.ac | jsorg71 | 2008-08-15 | 1 | -0/+1 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+24 |