]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/autogen.sh
use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800
[wxWidgets.git] / src / tiff / autogen.sh
CommitLineData
8414a40c
VZ
1#!/bin/sh
2set -x
3#libtoolize --force --copy
4aclocal -I ./m4
5autoheader
6automake --foreign --add-missing --copy
7autoconf
8