summaryrefslogtreecommitdiffstats
path: root/patches/fam-2.7.0/autogen.sh
blob: 18c25293cd334e54c86f73552f95ed0e282137de (plain)
1
2
3
4
5
6
#!/bin/sh

# configure must be writable or autom4te will fail
chmod +w configure

exec "$(dirname $0)/../autogen.sh"