bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reorganize relocwrapper dependencies


From: Bruno Haible
Subject: Re: reorganize relocwrapper dependencies
Date: Tue, 6 Mar 2007 04:23:27 +0100
User-agent: KMail/1.5.4

> 2007-03-03  Bruno Haible  <address@hidden>
> 
>       * modules/relocatable-prog-wrapper: New file.

This additionally needs a modification of gnulib-tool:

2007-03-05  Bruno Haible  <address@hidden>

        * gnulib-tool (func_get_automake_snippet): Don't synthesize an
        EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.

*** gnulib-tool 4 Feb 2007 19:09:25 -0000       1.221
--- gnulib-tool 6 Mar 2007 03:17:07 -0000
***************
*** 1008,1019 ****
        # If some .c file exists and is not used with AC_LIBOBJ - for example,
        # a .c file is preprocessed into another .c file for BUILT_SOURCES -,
        # automake will generate a useless dependency; this is harmless.
!       sed_extract_c_files='/\.c$/p'
!       extra_files=`echo "$extra_files" | sed -n -e "$sed_extract_c_files"`
!       if test -n "$extra_files"; then
!         echo "EXTRA_lib_SOURCES +=" $extra_files
!         echo
!       fi
        ;;
    esac
  }
--- 1008,1024 ----
        # If some .c file exists and is not used with AC_LIBOBJ - for example,
        # a .c file is preprocessed into another .c file for BUILT_SOURCES -,
        # automake will generate a useless dependency; this is harmless.
!       case "$1" in
!         relocatable-prog-wrapper) ;;
!         *)
!           sed_extract_c_files='/\.c$/p'
!           extra_files=`echo "$extra_files" | sed -n -e "$sed_extract_c_files"`
!           if test -n "$extra_files"; then
!             echo "EXTRA_lib_SOURCES +=" $extra_files
!             echo
!           fi
!           ;;
!       esac
        ;;
    esac
  }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]