Advertisement
FlyFar

autogen.sh

Feb 8th, 2024
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | Cybersecurity | 0 0
  1. #!/bin/sh -e
  2.  
  3. test -n "$srcdir" || srcdir=`dirname "$0"`
  4. test -n "$srcdir" || srcdir=.
  5. autoreconf --force --install --verbose "$srcdir"
  6. test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
Tags: BASH autogen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement