#!/bin/bash
cd /usr/src/patch-*/ ||exit

#2do: use mkstemp instead of mktemp requires failing aclocal

#only on PowerPC:   CPPFLAGS=-D_GNU_SOURCE
./configure --prefix=/usr &&
make &&
make install
