]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/tiff/autogen.sh
added version check against gcc-generated xml; added readme and few other notes about...
[wxWidgets.git] / src / tiff / autogen.sh
... / ...
CommitLineData
1#!/bin/sh
2set -x
3#libtoolize --force --copy
4aclocal -I ./m4
5autoheader
6automake --foreign --add-missing --copy
7autoconf
8