Skip to content
Snippets Groups Projects
Select Git revision
  • 64046acc4979762dabc6d872b3d88807dfedb1b8
  • master default protected
  • password
  • fixes2
  • loged
  • ammount
  • fixes
7 results

purchase.go

Blame
  • Forked from meskio / cicer
    Source project has a limited visibility.
    autogen.sh 414 B
    #!/bin/bash
    
    if [ "x$EDITOR" = "x" ];
    then
            EDITOR=vi
    fi
    
    if [ "x$1" = "x-f"  ]
    then
        autoscan
        [ -f "configure.in" ] && cp "configure.in" "configure.in.old"
        mv -f "configure.scan" "configure.in"
        echo "## This is just AUTOSCAN draft of configure.in"
        $EDITOR "configure.in"
    fi
    
    ### použít jen když je třeba použít configure.h.in
    #autoheader
    
    aclocal \
    && automake -a -c \
    && autoconf