gnome-shell/autogen.sh

9 lines
159 B
Bash
Executable File

#!/bin/sh
(cd `dirname $0`;
touch ChangeLog NEWS &&
autoreconf --install --symlink &&
autoreconf &&
./configure --enable-maintainer-mode $@
)