]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/autogen.sh
I assume ptr_scpd.h and ptr_shrd.h should only be in BASE_CMN_HDR and not in GUI_CMN_HDR
[wxWidgets.git] / src / tiff / autogen.sh
1 #!/bin/sh
2 set -x
3 #libtoolize --force --copy
4 aclocal -I ./m4
5 autoheader
6 automake --foreign --add-missing --copy
7 autoconf
8