1 2 3 4 5 6 7
#!/bin/sh -e sed '/DECLS/d' utf8.h >_ cat _ > utf8.h; rm -f _ make prefix=/usr make prefix=/usr DESTDIR="$1" install