d.henman <[EMAIL PROTECTED]> ha escrit: > Putting files in AC_CONFIG_AUX_DIR, `scripts'. > ./bootstrap: aclocal --force -I m4 ... > /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of > AM_PATH_LIBMCRYPT
This is not related to Mailutils. > make[3]: *** No rule to make target `../mailbox/muerrno.c', needed by > `mailutils.pot-update'. Stop. I should have payed more attention. There was a stray reference to that file in POTFILES.in. Please, apply the following patch: Index: po/POTFILES.in =================================================================== RCS file: /cvsroot/mailutils/mailutils/po/POTFILES.in,v retrieving revision 1.44 diff -p -u -r1.44 POTFILES.in --- po/POTFILES.in 6 Feb 2008 12:21:11 -0000 1.44 +++ po/POTFILES.in 9 Feb 2008 10:06:38 -0000 @@ -150,7 +150,6 @@ mailbox/ipsrv.c mailbox/message.c mailbox/msrv.c mailbox/mu_auth.c -mailbox/muerrno.c mailbox/mutil.c mailbox/parsedate.y mailbox/registrar.c Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
