Edit

kc3-lang/ftgl/unix/bootstrap

Branch :

  • Show log

    Commit

  • Author : marcelo
    Date : 2003-01-12 21:27:04
    Hash : 95e62fcb
    Message : Unified UNIX building system

  • unix/bootstrap
  • #!/bin/sh
    
    set -e
    
    cat m4/*.m4 > acinclude.m4
    aclocal
    libtoolize --copy --force
    cp /usr/share/automake/install-sh .
    autoconf