[Pm-utils] [PATCH] Make distcheck work

Dan Nicholson dbn.lists at gmail.com
Thu Feb 7 10:36:54 PST 2008


On Feb 7, 2008 10:27 AM, Richard Hughes <hughsient at gmail.com> wrote:
> On Wed, 2008-02-06 at 18:56 -0600, Victor Lowther wrote:
> > Have we ever had i18n in this package?
>
> I don't think so, but I think automake complains if we nuke the po/
> directory.

No po/ directory in pm-utils :) I'm pretty sure automake doesn't care
about the po/ directory, but intltool would. Ah, now I see why they
were in EXTRA_DIST! autogen.sh is calling glib-gettextive and
intltoolize. I was just running autoreconf.

Can we slim down autogen.sh? It's way overkill for what we have in
pm-utils, and autoreconf will "do the right thing" for us. Here's the
"official" xorg autogen.sh which hasn't had any complaints:

http://cgit.freedesktop.org/xorg/xserver/tree/autogen.sh

We could throw in a $NOCONFIGURE test to skip running configure if
that's something people like.

--
Dan


More information about the Pm-utils mailing list