Package: gettext Version: 0.14.5-3 The gettext.m4 included with gettext differs from the upstream version, because it was changed in 0.14.5-3 to avoid invoking a macro twice. Unfortunately, this breaks autopoint:
autopoint: File m4/gettext.m4 has been locally modified. autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you find the local modifications in the file '/tmp/arrr2QXV/gteAiZWb/autopoint.diff'. autopoint: *** Stop. autoreconf2.50: autopoint failed with exit status: 1 autoreconf2.50: cannot empty /tmp/arrr2QXV (/tmp/arrr2QXV/gteAiZWb): Is a directory The diff it is complaining about is in fact that particular change: [EMAIL PROTECTED]:~/pspp/postscript(2)$ cat /tmp/arrr2QXV/gteAiZWb/autopoint.diff *** m4/gettext.m4 Mon Apr 11 13:45:33 2005 --- m4/gettext.m4 Sun May 14 12:16:40 2006 *************** *** 94,100 **** gt_INTL_MACOSX dnl Set USE_NLS. ! AM_NLS ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no --- 94,100 ---- gt_INTL_MACOSX dnl Set USE_NLS. ! AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no I think you should either revert this change or make autopoint accept your modified version of gettext.m4. I shouldn't have to use --force to make autopoint accept the version of gettext.m4 that accompanies the package. -- Ben Pfaff email: [EMAIL PROTECTED] web: http://benpfaff.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]