> But you should do this before running aclocal and autoconf, so it's not
> sufficient to do it in debian/rules
Hmmm, I inverted the order of the autotools and configure targets in
debian and added copying wxwin.m4 to the autotools target.
So, now I need to set the exact order of commands to us
Quoting Kurt Roeckx ([EMAIL PROTECTED]):
> On Thu, Jan 13, 2005 at 11:48:53PM +0100, Christian Perrier wrote:
> > > # apt-get build-dep poedit
> > > # apt-get install aclocal1.7 wx2.5-common
> >
> > Hmmm, as far as I know, there is no aclocal1.7 package
>
> That should probably be automake1.7 (wh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
|>What did I do:
|>
|> --- poedit-1.3.1.old/configure.in
|> +++ poedit-1.3.1/configure.in
|> @@ -87,7 +87,7 @@
|>esac
|>
|>
|> -AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
|> +AM_PATH_WXCONFIG(2.5.3, WXFOUND=1, WXFOUND=0, [
On Thu, Jan 13, 2005 at 11:48:53PM +0100, Christian Perrier wrote:
> > # apt-get build-dep poedit
> > # apt-get install aclocal1.7 wx2.5-common
>
> Hmmm, as far as I know, there is no aclocal1.7 package
That should probably be automake1.7 (which contains aclocal-1.7)
Kurt
--
To UNSUBSCRIBE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian Perrier wrote:
|>What did I do:
|>
|> --- poedit-1.3.1.old/configure.in
|> +++ poedit-1.3.1/configure.in
|> @@ -87,7 +87,7 @@
|>esac
|>
|>
|> -AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
|> +AM_PATH_WXCONFIG(2.5.3, WXFOUND=1, WXFOUND=0, [
> What did I do:
>
> --- poedit-1.3.1.old/configure.in
> +++ poedit-1.3.1/configure.in
> @@ -87,7 +87,7 @@
>esac
>
>
> -AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
> +AM_PATH_WXCONFIG(2.5.3, WXFOUND=1, WXFOUND=0, [html,adv,core])
>
>if test "$WXFOUND" != 1;
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
What did I do:
--- poedit-1.3.1.old/configure.in
+++ poedit-1.3.1/configure.in
@@ -87,7 +87,7 @@
esac
-AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
+AM_PATH_WXCONFIG(2.5.3, WXFOUND=1, WXFOUND=0, [html,adv,core])
7 matches
Mail list logo