Don't pop explicitly changed status messages.
[wxWidgets.git] / src / tiff / autogen.sh
0 / 8 (  0%)
CommitLineData
1#!/bin/sh
2set -x
3#libtoolize --force --copy
4aclocal -I ./m4
5autoheader
6automake --foreign --add-missing --copy
7autoconf
8