summaryrefslogtreecommitdiff
path: root/mk/autoconf.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-10-29Changed name of variable from file to cfile (config file) so that pkglint hasdarcy1-4/+4
one less thing to complain about in every package that includes this file.
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-2/+2
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-02-20Symlink the libtool-1.4.m4 file into any directory in which there's ajlam1-2/+32
configure script under ${WRKSRC}. The symlink is called "libtool.m4", which is the name expected by the autoconf tools. The symlinking is only done if ${AUTOCONF_REQD} == 2.13 and USE_LIBTOOL is defined. This allows autoconf-2.13, autoreconf-2.13 and aclocal-2.13 to use the older libtool.m4 file when regenerating files. This is okay, because we later override the generated libtool file anyway. This fixes problems when libtool-1.5.x is installed and a package tries to invoke autoconf-2.13 programs at pre-configure time, e.g., gnome-games, xpuyopuyo, faad2, libwww, etc. These packages no longer need to be worked around by bumping AUTOCONF_REQD to 2.50.
2002-10-03Sync with new autoconf213, automake14 packages and autoconf, automake updates.wiz1-7/+7
2002-10-02add AUTORECONF variabledillo1-1/+4
2002-10-02add makefile fragments for packages that need automake / autoconf to build.dillo1-0/+27