Edit

thodg/libiconv/gnulib-local/modules/relocwrapper

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2006-07-31 15:51:17
    Hash : a3725124
    Message : (configure.ac): Use AC_REQUIRE, to get rid of an unjustified autoconf warning. (Makefile.am): Ensure relocwrapper.c is distributed.

  • gnulib-local/modules/relocwrapper
  • Description:
    Support for relocatable installation.
    
    Files:
    lib/relocwrapper.c
    m4/relocatable.m4
    
    Depends-on:
    progname
    progreloc
    relocatable
    setenv
    strerror
    
    configure.ac:
    dnl Use AC_REQUIRE here, because autoconf warns when AC_RELOCATABLE is
    dnl expanded more than once.
    AC_REQUIRE([AC_RELOCATABLE])
    
    Makefile.am:
    EXTRA_DIST += relocwrapper.c
    
    Include:
    
    License:
    GPL
    
    Maintainer:
    Bruno Haible