> 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; then
> AC_MSG_ERROR([
Done in my copy...
>
>
> # 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
> # cp /usr/share/aclocal/{config.*,wxwin.m4} poedit-1.3.1/admin/
And there are no config.* files in that place. They are in
/usr/share/misc. The debian/rules script puts them in admin already
anyway.
I copied /usr/share/aclocal/wxwin.m4 in admin/
> # cd poedit-1.3.1
> # aclocal
> # autoconf
Doing just that gives:
[EMAIL PROTECTED]:~/src/debian/official/poedit/poedit-1.3.1> autoconf
configure.in:52: error: possibly undefined macro: AC_MSG_CHECKING
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:57: error: possibly undefined macro: AC_MSG_RESULT
configure.in:59: error: possibly undefined macro: AC_MSG_WARN
configure.in:109: error: possibly undefined macro: AC_TRY_COMPILE
configure.in:119: error: possibly undefined macro: AC_DEFINE
configure.in:157: error: possibly undefined macro: AC_DEFINE_UNQUOTED
> # debuild
And this fails later....
So, it's likely that some step is missing somewhere....
/me�: lost lost lost...:-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]