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

api.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.ac" ] && cp "configure.ac" "configure.ac.old"
        mv -f "configure.scan" "configure.ac"
        echo "## This is just AUTOSCAN draft of configure.ac"
        $EDITOR "configure.ac"
    fi
    
    ### použít jen když je třeba použít configure.h.in
    #autoheader
    
    aclocal \
    && automake -a -c \
    && autoconf