Broken ./configure using KDE 3.1.X
MH
Milo at NG-Projekt.org
Tue Oct 21 02:18:06 UTC 2003
Hi,
due to the qouted CVS commit below, a newly checked out Kdevelop's configure
will fail on KDE 3.1.X.
Sascha
> CVS commit by coolo:
>
> commiting patch from Cornelius
>
>
> M +3 -1 acinclude.m4.in 2.416
> M +2 -2 am_edit 1.404
>
>
> --- kde-common/admin/acinclude.m4.in #2.415:2.416
> @@ -550,4 +550,5 @@
> kde_default_bindirs="$exec_prefix/bin $prefix/bin
> $kde_default_bindirs" KDE_FIND_PATH(dcopidl, DCOPIDL,
> [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
> + KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs],
> [KDE_MISSING_PROG_ERROR(dcopidlng)])
> KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs],
> [KDE_MISSING_PROG_ERROR(dcopidl2cpp)]) if test "$build_arts" !=
> "no"; then
> @@ -583,5 +584,5 @@
> fi
>
> - DCOP_DEPENDENCIES='$(DCOPIDL)'
> + DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)'
> if test -n "$kde32ornewer"; then
> KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)'
> @@ -590,4 +591,5 @@
> fi
> AC_SUBST(DCOPIDL)
> + AC_SUBST(DCOPIDLNG)
> AC_SUBST(DCOPIDL2CPP)
> AC_SUBST(DCOP_DEPENDENCIES)
>
> --- kde-common/admin/am_edit #1.403:1.404
> @@ -1262,5 +1262,5 @@
>
> $use_ng = ($MakefileData =~
> /\n$source\_DCOPIDLNG\s*=\s*(\S+)\n/);
> - $dcopidl = $use_ng ? "dcopidlng" : "\$(DCOPIDL)";
> + $dcopidl = $use_ng ? "\$(DCOPIDLNG)" : "\$(DCOPIDL)";
>
> $dep_lines .= "$source.kidl: $sourcedir$source.h
> \$(DCOP_DEPENDENCIES)\n";
More information about the KDevelop-devel
mailing list