bug-ssw
[Top][All Lists]
Advanced

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

[Bug-ssw] MacOS bootstrap problem libtoolize vs. glibtoolize


From: Friedrich Beckmann
Subject: [Bug-ssw] MacOS bootstrap problem libtoolize vs. glibtoolize
Date: Sat, 23 Sep 2017 22:56:05 +0200

Hi John,

there is currently only glibtoolize available on MacOS. Therefore the
following patch would be convenient to bootstrap on MacOS:

==== patch start

diff --git a/bootstrap b/bootstrap
index c440249..3ba952f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,8 @@
-libtoolize --copy
+if [ -x "$(command -v libtoolize)" ]; then
+  libtoolize --copy
+else
+  glibtoolize --copy
+fi
 aclocal
 autoheader
 git log --date=short --pretty='%cd %an <%ae>%n%n        %s%n%n%n' >> ChangeLog

==== patch end

Fritz






reply via email to

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