builder-module: add "bootstrap.sh" to autogen_names

Projects like libtorrent-rasterbar, qBittorrent are using this name.
tingping/wmclass
Chocobo1 2017-04-07 12:58:03 +08:00 committed by Alexander Larsson
parent dbfd5d82e7
commit 32c022df5b
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ builder_module_build (BuilderModule *self,
if (configure_file && !has_configure && !self->no_autogen)
{
const char *autogen_names[] = {"autogen", "autogen.sh", "bootstrap", NULL};
const char *autogen_names[] = {"autogen", "autogen.sh", "bootstrap", "bootstrap.sh", NULL};
g_autofree char *autogen_cmd = NULL;
g_auto(GStrv) env_with_noconfigure = NULL;