Commit Graph

10 Commits

Author SHA1 Message Date
Koichiro IWAO 38bf969a46 bootstrap: checkout ulalaca submodule if missing 2022-05-19 12:47:39 +09:00
Koichiro IWAO a3d8761e20
Replace `which` with `command -v`
as well as neutrinolabs/xorgxrdp#204.

Reported by: @drwilly
2021-12-01 17:06:25 +09:00
Pavel Roskin 5abb66dfcb bootstrap: checkout submodules if they are missing 2016-12-28 21:22:29 -08:00
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.
2016-01-29 23:43:49 -08:00
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