mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-30 06:58:16 +02:00
Maintainer mode is assumed on when executing configure, and thus is not needed within autogen.
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
(cd $(dirname $0);
|
|
autoreconf --install --symlink &&
|
|
./configure $@)
|