aboutsummaryrefslogtreecommitdiff
path: root/zlib/acinclude.m4
AgeCommit message (Collapse)AuthorFilesLines
2004-04-09configure.in: Update to autoconf 2.59; clean up slightly.Nathanael Nerode1-40/+1
2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Update to autoconf 2.59; clean up slightly. * acinclude.m4: Update to autoconf 2.59. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r80544
2001-05-13acinclude.m4: Use ../libtool.m4.Alexandre Oliva1-0/+9
* acinclude.m4: Use ../libtool.m4. * configure.in: Use ${zlib_basedir}/.. for AC_CONFIG_AUX_DIR. * acinclude.m4, configure, Makefile.in: Rebuilt. From-SVN: r42052
1999-09-28aclocal.m4, configure: Rebuilt.Tom Tromey1-0/+2
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol. From-SVN: r29699
1999-05-05Makefile.in: Replace with automake-generated file.Tom Tromey1-0/+37
* Makefile.in: Replace with automake-generated file. * Makefile.am: New file. * configure: Replaced with autoconf-generated script. * aclocal.m4: New file. * acinclude.m4: New file. * configure.in: New file. * Makefile: Removed. From-SVN: r26777