Index: ChangeLog =================================================================== RCS file: /var/cvs/parted/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -b -B -r1.1.1.1 -r1.2 --- ChangeLog 12 Feb 2002 13:18:29 -0000 1.1.1.1 +++ ChangeLog 13 Feb 2002 22:42:48 -0000 1.2 @@ -8,6 +8,11 @@ 1.5.x ----------------------------------------------------------------------------- +2002-02-14 Timshel Knoll +* parted.m4: don't call AC_CANONICAL_HOST, AC_REQUIRE(AC_CANONICAL_HOST) + instead! This fixes getting an autoconf warning about AC_CANONICAL_HOST + being invoked multiple times + 2002-01-26 Anderw Clausen * libparted/filesys.c (ped_file_system_copy): don't ped_device_close() new_fs->geom. (It's still open!) (reported by "andreas t" Index: parted.m4 =================================================================== RCS file: /var/cvs/parted/parted.m4,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -b -B -r1.1.1.1 -r1.2 --- parted.m4 12 Feb 2002 13:18:30 -0000 1.1.1.1 +++ parted.m4 13 Feb 2002 21:49:06 -0000 1.2 @@ -15,6 +15,7 @@ AC_DEFUN(PARTED_CHECK_LIBPARTED, [ +AC_REQUIRE([AC_CANONICAL_HOST]) dnl save LIBS saved_LIBS="$LIBS" @@ -30,7 +31,6 @@ [AC_MSG_ERROR([libparted not found; install GNU/Parted available at http://www.gnu.org/software/parted/parted.html])] $3) -AC_CANONICAL_HOST case "$host_os" in gnu*) # The Hurd requires some special system libraries # with very generic names, which is why we special