mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
8 lines
159 B
Bash
Executable file
8 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
(cd `dirname $0`;
|
|
touch ChangeLog NEWS &&
|
|
autoreconf --install --symlink &&
|
|
autoreconf &&
|
|
./configure --enable-maintainer-mode $@
|
|
)
|