From 369cf2594152064cda821a5ab8af0fefabeacd47 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 16 Apr 2019 23:42:51 +0200 Subject: [PATCH] autogen.sh: small cosmetics Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e2afa6c1fe6eed4a66d4b2dc00a0af1658d9f923 Author: vanhofen Date: 2019-04-16 (Tue, 16 Apr 2019) Origin message was: ------------------ - autogen.sh: small cosmetics ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 043513b4c..93eabc5f3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,10 +6,10 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. cd "$srcdir" -echo "Generating configuration files for $package, please wait...." +echo "Generating configuration files for $package, please wait ..." aclocal --force libtoolize --force autoconf --force -autoheader --force +autoheader --force automake --add-missing --force-missing