mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-20 13:03:57 +08:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#! /bin/sh -e
|
|
aclocal
|
|
#autoheader
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|