diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-26 13:12:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-26 13:12:21 +0000 |
commit | 1182ce71e674201a5568a7011158f694a67f1747 (patch) | |
tree | 2746cdafa9ed18a3a42fe486bae0cf4f07f90884 /dev-util/complexity/files | |
parent | Stable for amd64, wrt bug #441532 (diff) | |
download | gentoo-2-1182ce71e674201a5568a7011158f694a67f1747.tar.gz gentoo-2-1182ce71e674201a5568a7011158f694a67f1747.tar.bz2 gentoo-2-1182ce71e674201a5568a7011158f694a67f1747.zip |
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/complexity/files')
-rw-r--r-- | dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch b/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch new file mode 100644 index 000000000000..c3db5713212f --- /dev/null +++ b/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch @@ -0,0 +1,27 @@ +Call AC_CONFIG_AUX_DIR before it is used + + +--- a/configure.ac ++++ b/configure.ac +@@ -2,19 +2,14 @@ + m4_esyscmd([cat .tarball-version]), + [bkorb@gnu.org]) + ++AC_CONFIG_AUX_DIR([build-aux]) ++ + AS_BOX([Configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION]) + AC_USE_SYSTEM_EXTENSIONS + +-dnl we can't use AC_CONFIG_AUX_DIR here, because the heuristics +-dnl for finding install-sh in the generated configure script +-dnl consider this directory to be a subproject of gnulib proper, +-dnl and will only look for install-sh in . and .. :( +-dnl AC_CONFIG_AUX_DIR([build-aux]) +-dnl + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_HEADER([config.h]) + AC_CONFIG_FILES([Makefile doc/Makefile lib/Makefile src/Makefile tests/Makefile]) +-AC_CONFIG_AUX_DIR([build-aux]) + + AM_INIT_AUTOMAKE([gnu check-news 1.5 dist-bzip2]) + gl_INIT |