An easy way to redefine configure?

Alexander Boström abo at root.snowtree.se
Wed Aug 5 04:59:20 UTC 2009


tis 2009-08-04 klockan 12:14 +0300 skrev Jussi Lehtola:

> What's the correct way to do this?

I don't know about correct, but this should work:

mkdir foo
cd foo
cat >configure <<'EOF'
#!/bin/bash
exec ../configure "$@"
EOF
chmod 755 configure
%configure

/abo





More information about the fedora-devel-list mailing list