Skip to content
Snippets Groups Projects
Select Git revision
  • 91b2dd53419d485e0987d73b28bc0b8a39cb94d3
  • master default protected
2 results

4.3.-Features-requests.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    autogen.sh 186 B
    #!/bin/sh
    
    # could be replaced with autoconf -v -f (verbose, force rebuild of ltmain, .in files, etc.)
    aclocal -I m4
    libtoolize --force
    autoheader
    autoconf -f
    automake -a
    ./configure $@