Diff for /embedaddon/libiconv/Makefile.devel between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:42
Line 4 Line 4
   
 SHELL = /bin/sh  SHELL = /bin/sh
 MAKE = make  MAKE = make
AUTOCONF = autoconf-2.63AUTOCONF = autoconf-2.68
AUTOHEADER = autoheader-2.63AUTOHEADER = autoheader-2.68
 AUTOMAKE = automake-1.11  AUTOMAKE = automake-1.11
 ACLOCAL = aclocal-1.11  ACLOCAL = aclocal-1.11
 GPERF = gperf  GPERF = gperf
Line 67  config.h.in : configure.ac $(AUTOCONF_FILES) Line 67  config.h.in : configure.ac $(AUTOCONF_FILES)
 GNULIB_MODULES = \  GNULIB_MODULES = \
   binary-io \    binary-io \
   error \    error \
   exit \  
   gettext \    gettext \
   gettext-h \    gettext-h \
   mbstate \    mbstate \
   memmove \    memmove \
   progname \    progname \
   relocatable-prog \    relocatable-prog \
     safe-read \
   sigpipe \    sigpipe \
   stdio \    stdio \
     stdlib \
   strerror \    strerror \
   unistd \    unistd \
   uniwidth/width \    uniwidth/width \
Line 83  GNULIB_MODULES = \ Line 84  GNULIB_MODULES = \
   xalloc \    xalloc \
   libiconv-misc    libiconv-misc
   
srclib/Makefile.gnulib :srclib/Makefile.gnulib : force
         if test -n "$$GNULIB_TOOL"; then \          if test -n "$$GNULIB_TOOL"; then \
          $$GNULIB_TOOL --lib=libicrt --source-base=srclib --m4-base=srcm4 --makefile-name=Makefile.gnulib --no-libtool --local-dir=gnulib-local \          $$GNULIB_TOOL --lib=libicrt --source-base=srclib --m4-base=srcm4 --makefile-name=Makefile.gnulib --no-libtool --local-dir=gnulib-local --no-vc-files \
             --import $(GNULIB_MODULES); \              --import $(GNULIB_MODULES); \
         fi          fi
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>