1 2 3 4 5 6
#!/bin/sh for f in po/*.po.in; do cp $f `echo $f | sed 's/.in//'` done autoreconf --install