Martin Mann wrote:

2) your AC_CONFIG_FILES statement at the end of configure.ac doesnt work
properly on my system. I get the following:
[...]

I fixed it by replacing the following lines


AC_CONFIG_FILES([Makefile doxygen.conf:doxygen/doxygen.conf.in
   doxygen.hh:doxygen/doxygen.hh.in
   misc/gecode.pc misc/gecode-search.pc misc/gecode-serialization.pc
   misc/gecode-minimodel.pc])

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
AC_CONFIG_FILES([Makefile ])
AC_CONFIG_FILES([doxygen.conf:doxygen/doxygen.conf.in])
AC_CONFIG_FILES([doxygen.hh:doxygen/doxygen.hh.in])
AC_CONFIG_FILES([misc/gecode.pc misc/gecode-search.pc])
AC_CONFIG_FILES([misc/gecode-serialization.pc])
AC_CONFIG_FILES([misc/gecode-minimodel.pc])
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Thanks, Martin, I changed it accordingly.

I am not sure if this is a problem of my (old) autoconf version or
something else.

No, your autoconf is recent enough, I use the same version. I remember that we had similar problems in Alice.

Cheers,
        Guido

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to