Skip to content
Snippets Groups Projects
autogen.sh 371 B
Newer Older
  • Learn to ignore specific revisions
  • if command -v autoreconf; then
    
      opt="-i -f -W all,error"
    
      for i in "$@"; do
    
        case "$i" in
          -v)
    
      # shellcheck disable=SC2086
    
      exec autoreconf $opt
    
    # Run this to generate all the initial makefiles, etc.
    
    	autoheader && \
    	autoconf && \
    	automake --add-missing --copy