From aca31e3815b9bd9c696cf0c74cc4a80ad7e35ec9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 2 Feb 2016 23:11:36 -0800 Subject: autogen.sh now configures git only on request * autogen.sh (do_autoconf, do_git): New vars. Support new arguments --help, all, autoconf, git. By default, just do autoconf-related configuration, not git. Prefer 'echo' to 'cat <&2 'There seems to be no "configure" file in this directory.' - @echo >&2 'Running ./autogen.sh ...' - ./autogen.sh + @echo >&2 Running ./autogen.sh $(ALL_IF_GIT) ... + ./autogen.sh $(ALL_IF_GIT) @echo >&2 '"configure" file built.' Makefile: configure -- cgit v1.2.1