• Show log

    Commit

  • Hash : fb6aa6ad
    Author : Ben Pfaff
    Date : 2011-08-15T22:33:25

    relocatable-prog: fix link error
    
    * modules/relocatable-prog (configure.ac) [RELOCATABLE]: Also
    invoke AC_LIBOBJ([relocatable]).  This invocation was previously
    in the gl_RELOCATABLE_LIBRARY macro.  That invocation was moved
    into modules/relocatable-lib without noticing that
    modules/relocatable-prog also invokes gl_RELOCATABLE_LIBRARY and
    also needs to build relocatable.c.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2011 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.