Menu

#2 autoconf/automake/libtool patch

closed
None
5
2002-05-13
2002-03-18
No

Hi,

Here is a diff to enable autoconf configuration and
compilation of cel. It uses libtool to generate plugins
in order to ensure better portability.

I tested the resulting distribution with planeshift and
it runs. However, because of the non cannonical nature
of the original configuration/compilation system, I
kept the old Makefile.

With the current patch, if people chose not to use
autoconf, the previous method still works unchanged.

The patch also fix the FSF address in the license
notices and adds the COPYING file promised but not
included.

Enjoy,

Discussion

  • Loic Dachary

    Loic Dachary - 2002-03-18

    autoconf/automake/libtool patch

     
  • Loic Dachary

    Loic Dachary - 2002-03-18

    autoconf/automake/libtool patch v2

     
  • Loic Dachary

    Loic Dachary - 2002-03-18

    Logged In: YES
    user_id=1537

    This is an updated patch that obsoletes the previous one.

    The celtst program is installed and runs without the need of
    to set environment variables. It can run either from the
    source directory with the plugins that were just compiled or
    from an arbitrary directory (in which case it uses the
    installed plugins). Data files are search in the installed
    directory or in the source directory.

    make dist & make distcheck are reported to generate a proper
    distribution. make distcheck runs the celtst directory to
    ensure that the generated distribution actually ships
    something useful.

     
  • Loic Dachary

    Loic Dachary - 2002-03-18
    • assigned_to: nobody --> matzebraun
     
  • Loic Dachary

    Loic Dachary - 2002-03-21

    Logged In: YES
    user_id=1537

    The lonely patch rings the bell so that it is not forgotten.

     
  • Matthias Braun

    Matthias Braun - 2002-05-13
    • status: open --> closed