gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 9c2cbcd 2/2: Updated bootstrap script imported


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 9c2cbcd 2/2: Updated bootstrap script imported from Gnulib
Date: Wed, 11 Jul 2018 17:58:47 -0400 (EDT)

branch: master
commit 9c2cbcd47e12e62c609a1fe075e2500192c7565a
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Updated bootstrap script imported from Gnulib
    
    When pulling the recent changes in Gnulib, I noticed that `bootstrap' has
    been updated, so it is also put here with this commit.
---
 bootstrap | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bootstrap b/bootstrap
index 002edf6..ed3b0a4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2018-05-27.20; # UTC
+scriptversion=2018-07-01.02; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -942,13 +942,13 @@ fi
 if $use_gnulib; then
   gnulib_tool_options="\
    --no-changelog\
-   --aux-dir $build_aux\
-   --doc-base $doc_base\
-   --lib $gnulib_name\
-   --m4-base $m4_base/\
-   --source-base $source_base/\
-   --tests-base $tests_base\
-   --local-dir $local_gl_dir\
+   --aux-dir=$build_aux\
+   --doc-base=$doc_base\
+   --lib=$gnulib_name\
+   --m4-base=$m4_base/\
+   --source-base=$source_base/\
+   --tests-base=$tests_base\
+   --local-dir=$local_gl_dir\
    $gnulib_tool_option_extras\
   "
   if test $use_libtool = 1; then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]