]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/autogen.sh
Don't take hidden wxGrid row/columns into account when auto-sizing.
[wxWidgets.git] / src / tiff / autogen.sh
CommitLineData
8414a40c
VZ
1#!/bin/sh
2set -x
80ed523f 3libtoolize --force --copy
8414a40c
VZ
4aclocal -I ./m4
5autoheader
6automake --foreign --add-missing --copy
7autoconf
8