mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 09:01:23 +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
|