Gauche > Archives > 2016/07/06

2016/07/06 07:47:59 UTCshiro
#
おー新しい静的型Lispだが文法がClojure風だ https://github.com/eriksvedang/Carp
2016/07/06 09:44:12 UTCokada-n
#
直りました。ありがとうございます。
2016/07/06 16:59:14 UTCとおる。
#
dead451 ってなんだろうと思ったら本当に DEAD だった。
#
$ git show dead
commit dead451138e1d2748f6495eba97561f10de7ffad
Author: Shiro Kawai <shiro@acm.org>
Date:   Tue Jul 5 08:06:33 2016 -1000

    Run libtoolize in the top dir
    
    Depending on automake version, this is needed to ensure ltmain.sh
    being placed in the top_srcdir (calling libtoolize in subdirectories
    simply assumes ltmain.sh is already in the top_srcdir and barfs if
    it's not.)

diff --git a/DIST b/DIST
index b392b8c..e366917 100755
--- a/DIST
+++ b/DIST
@@ -36,6 +36,7 @@ do_gen () {
     maintainer_clean
     rm -f configure gc/configure gc/configure.gnu
     cp tools/gc-configure.gnu gc/configure.gnu
+    libtoolize -q  # ensures ltmain.sh in the top_srcdir
     autoconf
     (cd gc; ./autogen.sh)
 }