diff --git a/Makefile.vc b/Makefile.vc index 2fc4f7a9..c00ca12f 100644 --- a/Makefile.vc +++ b/Makefile.vc @@ -1,4 +1,4 @@ -# $Id: Makefile.vc,v 1.2 2004-04-19 08:09:21 dron Exp $ +# $Id: Makefile.vc,v 1.3 2004-05-03 18:12:57 dron Exp $ # # Copyright (C) 2004, Andrey Kiselev # @@ -22,6 +22,7 @@ # OF THIS SOFTWARE. # # Simple MS VC++ Makefile +# Edit nmake.opt file if you want to ajust building options. # # To build: # C:\libtiff> nmake /f makefile.vc diff --git a/aclocal.m4 b/aclocal.m4 index 313345cf..5b157af9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -6825,3 +6825,4 @@ fi INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4_include([acinclude.m4])