stdlib/fedora: Use grep -F when matching %fedora-rebuild-name
[goals.git] / autogen.sh
1 #!/bin/sh -
2
3 set -e
4
5 autoreconf -i
6
7 ./configure "$@"