diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-19 16:18:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-19 16:18:49 +0000 |
commit | 8639bd1b34615f3bfcb14a559b9d2a2a2e63ef9c (patch) | |
tree | 5b9ff04420414340ac810cebc84bd31281097fc3 /app-arch/rpm/files | |
parent | Update to 1.6.0 final. (diff) | |
download | gentoo-2-8639bd1b34615f3bfcb14a559b9d2a2a2e63ef9c.tar.gz gentoo-2-8639bd1b34615f3bfcb14a559b9d2a2a2e63ef9c.tar.bz2 gentoo-2-8639bd1b34615f3bfcb14a559b9d2a2a2e63ef9c.zip |
fix autotools up some more #151874
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'app-arch/rpm/files')
-rw-r--r-- | app-arch/rpm/files/rpm-4.4.6-autotools.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/rpm/files/rpm-4.4.6-autotools.patch b/app-arch/rpm/files/rpm-4.4.6-autotools.patch new file mode 100644 index 000000000000..55fced35fe89 --- /dev/null +++ b/app-arch/rpm/files/rpm-4.4.6-autotools.patch @@ -0,0 +1,22 @@ +fixup autotool warning: + +configure.ac:661: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE +autoconf/specific.m4:335: AC_GNU_SOURCE is expanded from... +aclocal.m4:8669: gl_LOCK_BODY is expanded from... +aclocal.m4:8463: gl_LOCK is expanded from... +aclocal.m4:609: gt_INTL_SUBDIR_CORE is expanded from... +aclocal.m4:511: AM_INTL_SUBDIR is expanded from... +aclocal.m4:387: AM_GNU_GETTEXT is expanded from... +configure.ac:661: the top level +configure.ac:661: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE + +--- configure.ac ++++ configure.ac +@@ -57,6 +57,7 @@ + AC_PROG_MAKE_SET + dnl AC_PROG_RANLIB + AC_PROG_YACC ++AC_GNU_SOURCE + + AC_AIX + AC_MINIX |