misc: require getline

* bootstrap.conf: Here, used by src/location.c.
* src/getargs.c (long_options): Rename --flags to --feature.
This commit is contained in:
Theophile Ranquet
2012-12-05 15:27:25 +01:00
parent 7ae57e2a35
commit e35cd6def7
5 changed files with 13 additions and 2 deletions

View File

@@ -552,7 +552,7 @@ static struct option const long_options[] =
/* Output. */
{ "defines", optional_argument, 0, 'd' },
{ "flag", optional_argument, 0, 'f' },
{ "feature", optional_argument, 0, 'f' },
/* Operation modes. */
{ "fixed-output-files", no_argument, 0, 'y' },