diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 10:52:33 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 13:25:40 +0200 |
commit | 8bcd117fec0624d0c77de1a920482b21876af8ef (patch) | |
tree | 998996a829ae2777de1767b2c656ebc7b6eed3f7 /debian/patches/deb_0000_at_configure.diff | |
parent | f575f568e0dcad68ae9c582a9b24a197d43df44f (diff) | |
download | zsh-8bcd117fec0624d0c77de1a920482b21876af8ef.tar.gz zsh-8bcd117fec0624d0c77de1a920482b21876af8ef.zip |
at2quilt: Updating autotools patches
With the 4.3.12 release we can finally put those patches into the quilt
series file and actually use them. I hope this works as planed.
Diffstat (limited to 'debian/patches/deb_0000_at_configure.diff')
-rw-r--r-- | debian/patches/deb_0000_at_configure.diff | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/debian/patches/deb_0000_at_configure.diff b/debian/patches/deb_0000_at_configure.diff index 7d4602029..0a0a8ecf2 100644 --- a/debian/patches/deb_0000_at_configure.diff +++ b/debian/patches/deb_0000_at_configure.diff @@ -1,13 +1,13 @@ Patch to generate `configure'. -Created by `at2quilt' on Thu, 24 Feb 2011 22:03:49 CET. +Created by `at2quilt' on Thu, 02 Jun 2011 10:50:44 CEST. Note: Never *ever* refresh this patch. Things will break. Index: pkg-zsh/configure ---- pkg-zsh.orig/configure 2011-01-31 20:40:34.619230074 +0100 -+++ pkg-zsh/configure 2011-02-24 22:03:49.000000000 +0100 -@@ -0,0 +1,14034 @@ +--- pkg-zsh.orig/configure 2011-05-26 15:03:35.965237415 +0200 ++++ pkg-zsh/configure 2011-06-02 10:50:43.000000000 +0200 +@@ -0,0 +1,14079 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.67. @@ -660,6 +660,7 @@ Index: pkg-zsh/configure +FUNCTIONS_SUBDIRS +sitefndir +fndir ++additionalfpath +zlogout +zlogin +zprofile @@ -727,6 +728,7 @@ Index: pkg-zsh/configure +enable_zsh_mem_debug +enable_zsh_mem_warning +enable_zsh_secure_free ++enable_zsh_heap_debug +enable_zsh_hash_debug +enable_etcdir +enable_zshenv @@ -741,6 +743,7 @@ Index: pkg-zsh/configure +enable_fndir +enable_site_fndir +enable_function_subdirs ++enable_additional_fpath +enable_scriptdir +enable_site_scriptdir +enable_custom_patchlevel @@ -754,6 +757,7 @@ Index: pkg-zsh/configure +with_term_lib +with_tcsetpgrp +enable_multibyte ++enable_libc_musl +enable_dynamic_nss +' + ac_precious_vars='build_alias @@ -1394,6 +1398,7 @@ Index: pkg-zsh/configure + print warnings for errors in memory allocation + --enable-zsh-secure-free + turn on error checking for free() ++ --enable-zsh-heap-debug turn on error checking for heap allocation + --enable-zsh-hash-debug turn on debugging of internal hash tables + --enable-etcdir=DIR the default directory for global zsh scripts + --enable-zshenv=FILE the full pathname of the global zshenv script @@ -1409,6 +1414,8 @@ Index: pkg-zsh/configure + --enable-site-fndir=DIR same for site functions (not version specific) + --enable-function-subdirs + install functions in subdirectories ++ --enable-additional-fpath=DIR ++ add directories to default function path + --enable-scriptdir=DIR the directory in which to install scripts + --enable-site-scriptdir=DIR + same for site scripts (not version specific) @@ -1427,6 +1434,7 @@ Index: pkg-zsh/configure + --disable-gdbm turn off search for gdbm library + --disable-largefile omit support for large files + --enable-multibyte support multibyte characters ++ --enable-libc-musl compile with musl as the C library + --disable-dynamic-nss do not call functions that will require dynamic NSS + modules + @@ -2618,6 +2626,16 @@ Index: pkg-zsh/configure + + + ++# Check whether --enable-zsh-heap-debug was given. ++if test "${enable_zsh_heap_debug+set}" = set; then : ++ enableval=$enable_zsh_heap_debug; if test x$enableval = xyes; then ++ $as_echo "#define ZSH_HEAP_DEBUG 1" >>confdefs.h ++ ++fi ++fi ++ ++ ++ +# Check whether --enable-zsh-hash-debug was given. +if test "${enable_zsh_hash_debug+set}" = set; then : + enableval=$enable_zsh_hash_debug; if test x$enableval = xyes; then @@ -2813,6 +2831,18 @@ Index: pkg-zsh/configure + FUNCTIONS_SUBDIRS=no +fi + ++# Check whether --enable-additional-fpath was given. ++if test "${enable_additional_fpath+set}" = set; then : ++ enableval=$enable_additional_fpath; if test x$enableval = xyes; then ++ additionalfpath="" ++else ++ additionalfpath="${enableval}" ++fi ++else ++ additionalfpath="" ++fi ++ ++ + + +# Check whether --enable-scriptdir was given. @@ -7435,6 +7465,7 @@ Index: pkg-zsh/configure +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ ++#define _POSIX_C_SOURCE 200809L +#include <sys/types.h> +#include <signal.h> +int @@ -7551,6 +7582,7 @@ Index: pkg-zsh/configure + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + ++#define _GNU_SOURCE 1 +#ifdef HAVE_SYS_TIME_H +# include <sys/time.h> +#endif @@ -11250,6 +11282,16 @@ Index: pkg-zsh/configure + fi +fi + ++ ++# Check whether --enable-libc-musl was given. ++if test "${enable_libc_musl+set}" = set; then : ++ enableval=$enable_libc_musl; if test x$enableval = xyes; then ++ $as_echo "#define LIBC_MUSL 1" >>confdefs.h ++ ++fi ++fi ++ ++ +# Check whether --enable-dynamic-nss was given. +if test "${enable_dynamic_nss+set}" = set; then : + enableval=$enable_dynamic_nss; zsh_cv_c_dynamic_nss=$enableval @@ -14029,6 +14071,9 @@ Index: pkg-zsh/configure +if test "$zshfndir" != no; then + echo "functions install path : ${zshfndir}" +fi ++if test "x$additionalfpath" != x; then ++ echo "additional fpath entries : ${additionalfpath}" ++fi +echo "See config.modules for installed modules and functions. +" + |