Gentoo Archives: gentoo-dev

From: Peter Stuge <peter@×××××.se>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: cmake + ninja vs autotools
Date: Sat, 25 Nov 2017 01:46:14
Message-Id: 20171125013736.GQ4167@stuge.se
In Reply to: Re: [gentoo-dev] Re: cmake + ninja vs autotools by "William L. Thomson Jr."
1 William L. Thomson Jr. wrote:
2 > Or uber minimal, can't get much smaller still 5.20s
3 > https://travis-ci.org/Obsidian-StudiosInc/asspr#L165
4 > https://github.com/Obsidian-StudiosInc/asspr/blob/master/configure.ac
5
6 Consider
7
8 AM_INIT_AUTOMAKE([foreign no-define no-installinfo no-installman])
9
10 foreign in particular if you would like to skip the various UPPERCASE
11 files in the project root.
12
13
14 //Peter