Commit Graph

6 Commits

Author SHA1 Message Date
Pavel Roskin
309fca35ac Don't use a symlink where #include would suffice
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.
2016-01-26 23:22:05 -08:00
speidy
0f14d1bbc5 bootstrap, add libtoolize 2015-08-03 23:41:05 -04:00
Jay Sorg
4abe43ce9e check for pkg-config in bootstrap 2012-05-04 23:31:26 -07:00
jsorg71
c3c6b39e3d fix for older auto tools 2008-11-02 21:27:42 +00:00
jsorg71
8d184b62d0 touch configure.ac 2008-08-15 04:08:51 +00:00
jsorg71
d703a49c9c autotools 2008-08-03 07:30:03 +00:00