mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2025-12-20 04:30:10 +01:00
7 lines
134 B
Bash
Executable file
7 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
autoreconf --install --symlink -Wno-portability
|
|
if test -z "$NOCONFIGURE"; then
|
|
exec ./configure $@
|
|
fi
|