view ChangeLog @ 1:331abb57831c

Replace uname arch detection with use of AC_CANONICAL_HOST and sed. 2010-06-22 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (stamps/nbplatform.stamp): Don't run uname, trying to guess the architecture. The two scripts are nearly identical so just fix them by replacing the broken 'gcc32' call with $(CC) and -m64 with $(ARCHFLAG). * acinclude.m4: (VV_SET_ARCH_SETTINGS): Set ARCHFLAG according to the host detected by configure. * configure.ac: Call VV_SET_ARCH_SETTINGS.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 23 Jun 2010 00:04:30 +0100
parents ceec3a6ce732
children 7562d9776311
line wrap: on
line source

2010-06-22  Andrew John Hughes  <ahughes@redhat.com>

	* Makefile.am:
	(stamps/nbplatform.stamp): Don't run
	uname, trying to guess the architecture.
	The two scripts are nearly identical so just
	fix them by replacing the broken 'gcc32' call
	with $(CC) and -m64 with $(ARCHFLAG).
	* acinclude.m4:
	(VV_SET_ARCH_SETTINGS): Set ARCHFLAG according
	to the host detected by configure.
	* configure.ac:
	Call VV_SET_ARCH_SETTINGS.

2010-06-22  Andrew John Hughes  <ahughes@redhat.com>

	* .hgignore,
	* COPYING,
	* Makefile.am,
	* acinclude.m4,
	* autogen.sh,
	* configure.ac:
	Initial import of VisualVM build machinery
	from IcedTea6&7 and changes to make it work
	independently.