Commit Graph

8 Commits (8a1de8dbc4310c00ce8fbe939346b55c4db1c2e9)

Author SHA1 Message Date
Pavel Roskin 5abb66dfcb bootstrap: checkout submodules if they are missing 8 years ago
Pavel Roskin 12cd2f6a1d Don't touch any files in bootstrap
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.
9 years ago
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.
9 years ago
speidy 0f14d1bbc5 bootstrap, add libtoolize 10 years ago
Jay Sorg 4abe43ce9e check for pkg-config in bootstrap 13 years ago
jsorg71 c3c6b39e3d fix for older auto tools 17 years ago
jsorg71 8d184b62d0 touch configure.ac 17 years ago
jsorg71 d703a49c9c autotools 17 years ago