kdelibs configure problem

Till Krech till at snafu.de
Sun Oct 27 18:36:03 GMT 2002


Hi,
I'm facing a weird problem and I hope that I'm the only one. What is wrong 
here ?

    in kdelibs/khtml/java is a file configure.in.in with the small content
-----------------------------
dnl don't remove
dnl AC_OUTPUT(khtml/java/kjava.policy)
eval KJAVA_POLICYPATH=${kde_datadir}/kjava/-
AC_SUBST(KJAVA_POLICYPATH)
-----------------------------
    and a file kjava.policy.in which contains the line
-----------------------------
grant codeBase "file:@KJAVA_POLICYPATH@"
-----------------------------

when I try to do a make -f Makefile.cvs, I get the following:
This Makefile is only for the CVS repository

*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:1793: error: `khtml/java/kjava.policy' is already registered with 
AC_CONFIG_FILES or AC_OUTPUT.
acgeneral.m4:3404: AC_CONFIG_FILES is expanded from...
configure.in:1793: the top level
make[1]: *** [cvs] Fehler 1
make: *** [all] Fehler 2

if I replace 
dnl AC_OUTPUT(khtml/java/kjava.policy)
with
dnl xAC_OUTPUT(khtml/java/kjava.policy)
it works. (I thought dnl is a comment ?)

regards, till



-- 
Till Krech from Berlin, Germany is happy with
SuSE Linux 8.0 (i386) 2.4.18-64GB-SMP * KDE: 3.0.9 (KDE 3.1 RC1)
Qt: 3.1.0-b2 * gcc version 3.2





More information about the kde-core-devel mailing list