Diff for /embedaddon/libiconv/autogen.sh 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
 # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files  # also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
 # with new versions of autoconf or automake.  # with new versions of autoconf or automake.
 #  #
# This script requires autoconf-2.63 and automake-1.11 in the PATH.# This script requires autoconf-2.63..2.68 and automake-1.11 in the PATH.
 # It also requires either  # It also requires either
 #   - the GNULIB_TOOL environment variable pointing to the gnulib-tool script  #   - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
 #     in a gnulib checkout, or  #     in a gnulib checkout, or
Line 12 Line 12
 # It also requires  # It also requires
 #   - the gperf program.  #   - the gperf program.
   
# Copyright (C) 2003-2009 Free Software Foundation, Inc.# Copyright (C) 2003-2010 Free Software Foundation, Inc.
 #  #
 # This program is free software: you can redistribute it and/or modify  # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
Line 60  if test $skip_gnulib = false; then Line 60  if test $skip_gnulib = false; then
   fi    fi
   # Skip the gnulib-tool step if gnulib-tool was not found.    # Skip the gnulib-tool step if gnulib-tool was not found.
   if test -n "$GNULIB_TOOL"; then    if test -n "$GNULIB_TOOL"; then
     if test -f srcm4/gnulib-cache.m4; then  
       mv -f srcm4/gnulib-cache.m4 srcm4/gnulib-cache.m4~  
     fi  
     if test -f srclib/Makefile.gnulib; then  
       mv -f srclib/Makefile.gnulib srclib/Makefile.gnulib~  
     fi  
     make -f Makefile.devel srclib/Makefile.gnulib GNULIB_TOOL="$GNULIB_TOOL"      make -f Makefile.devel srclib/Makefile.gnulib GNULIB_TOOL="$GNULIB_TOOL"
   fi    fi
 fi  fi

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


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