Commit Graph

6 Commits (309fca35acfeb776a422d6140ddae8be0b1dbff0)

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.
10 years ago
speidy 0f14d1bbc5 bootstrap, add libtoolize 11 years ago
Jay Sorg 4abe43ce9e check for pkg-config in bootstrap 14 years ago
jsorg71 c3c6b39e3d fix for older auto tools 18 years ago
jsorg71 8d184b62d0 touch configure.ac 18 years ago
jsorg71 d703a49c9c autotools 18 years ago