f92dc6d auto-import changelog data from rpm-4.0.4-0.3.src.rpm

Authored and Committed by cvsdist 19 years ago
    auto-import changelog data from rpm-4.0.4-0.3.src.rpm
    Wed Dec 19 2001 Jeff Johnson <jbj@redhat.com>
    - look for PY_VERSION 2.2c1.
    - fix: typo in find-requires.
    Sun Dec 09 2001 Jeff Johnson <jbj@redhat.com>
    - solaris: translate i86pc to i386 (#57182).
    - fix: CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS;
        LDFLAGS="${LDFLAGS:-''}" ; export LDFLAGS;
    dirs="`find ${_mydir} -name configure.in -print`"; export dirs; for coin in
        `echo ${dirs}` do dr=`dirname ${coin}`; if test -f ${dr}/NO-AUTO-GEN;
        then :
    else macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE((.*)),1,gp' < ${coin}`; (
        cd ${dr}; aclocalinclude="${ACLOCAL_FLAGS}"; for k in ${macrodirs}; do
        if test -d ${k}; then aclocalinclude="${aclocalinclude} -I ${k}"; fi
        done if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then if grep
        "sed.*POTFILES" configure.in >/dev/null; then : do nothing -- we still
        have an old unmodified configure.in else test -r ${dr}/aclocal.m4 ||
        touch ${dr}/aclocal.m4; echo "no" | gettextize --force --copy; test -r
        ${dr}/aclocal.m4 && /bin/chmod u+w ${dr}/aclocal.m4; fi fi if grep
        "^AM_PROG_LIBTOOL" configure.in >/dev/null; then libtoolize --force
        --copy; fi aclocal ${aclocalinclude}; if grep "^AM_CONFIG_HEADER"
        configure.in >/dev/null; then autoheader; fi echo "Running automake
        --gnu ${am_opt} ..."; automake --add-missing --gnu ${am_opt}; autoconf;
        ); fi done ./configure i386-redhat-linux --prefix=/usr
        --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
        --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include
        --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var
        --sharedstatedir=/usr/com --mandir=/usr/share/man
        --infodir=/usr/share/info breaks with single quotes (#57264). ;
    
        
file modified
+9 -1
file modified
+1 -1