Accepting request 651070 from Base:System
- Remove invalid signature file and keyring - BuildRequire guile-devel to make transistion to Guile 2.2 smooth - Update to version 5.8.16 - Enable compiling with Guile 2.2 - autogen-guile-2.2.patch: removed - installable-programs.patch: don't make programs uninstallable - Rediff remaining patches OBS-URL: https://build.opensuse.org/request/show/651070 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=47
This commit is contained in:
commit
b69e588bc0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffc7ab99382116852fd4c73040c124799707b2d9b00a60b54e8b457daa7a06e4
|
||||
size 1023324
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJbTSMkAAoJEMnvdt63TudiU2MH/1m9nCe4wB+C9S2nQG9mBqCz
|
||||
SWDGh+zSD/JeRvSscfQji3CR8WJhcvld4XKi5/2TurDwZZCOd3gDzVJbv1C15dLU
|
||||
6wT3WhavIsfIEd/l1aydE6YEBugdd6iSdnrGwXOt8vokLZVXAsYCI4r6Pyg0Bc+s
|
||||
QofCgSMu/uMuBoUyyy+p9pcAiGzGwBgKzLkHzBkeGWFQr1jkQBrLyApbEEF+JHx5
|
||||
69g43V5BaPayQA/v2PkRz9ZiBaMRSqYqsYUSifk+eZxxHS9TfauByu9ipLk/fy0+
|
||||
zQlI5W7OP7iAl5Sls2S1/5okAlTEGiSku8Eh20j34YJoPVCDK8Hz9spL2eAa9QU=
|
||||
=Lx4h
|
||||
-----END PGP SIGNATURE-----
|
BIN
autogen-5.18.16.tar.xz
(Stored with Git LFS)
Normal file
BIN
autogen-5.18.16.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -3,11 +3,11 @@
|
||||
doc/mk-agen-texi.sh | 6 +++---
|
||||
2 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: autogen-5.18.14/doc/mk-agen-texi.sh
|
||||
Index: autogen-5.18.16/doc/mk-agen-texi.sh
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/doc/mk-agen-texi.sh
|
||||
+++ autogen-5.18.14/doc/mk-agen-texi.sh
|
||||
@@ -93,9 +93,9 @@ setup_exports()
|
||||
--- autogen-5.18.16.orig/doc/mk-agen-texi.sh
|
||||
+++ autogen-5.18.16/doc/mk-agen-texi.sh
|
||||
@@ -98,9 +98,9 @@ setup_exports()
|
||||
|
||||
PATH=${top_builddir}/columns:${PATH}
|
||||
timer=`expr ${AG_TIMEOUT} '*' 5`
|
||||
|
@ -3,11 +3,11 @@ instead of producing missing and incorrect files
|
||||
|
||||
https://bugzilla.opensuse.org/show_bug.cgi?id=1021353
|
||||
|
||||
Index: autogen-5.18.14/agen5/agDep.c
|
||||
Index: autogen-5.18.16/agen5/agDep.c
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/agen5/agDep.c
|
||||
+++ autogen-5.18.14/agen5/agDep.c
|
||||
@@ -303,7 +303,7 @@ tidy_dep_file(void)
|
||||
--- autogen-5.18.16.orig/agen5/agDep.c
|
||||
+++ autogen-5.18.16/agen5/agDep.c
|
||||
@@ -308,7 +308,7 @@ tidy_dep_file(void)
|
||||
pzn[len] = NUL;
|
||||
|
||||
unlink(pzn);
|
||||
@ -16,10 +16,10 @@ Index: autogen-5.18.14/agen5/agDep.c
|
||||
AGFREE(dep_file);
|
||||
dep_file = pzn;
|
||||
} while (false);
|
||||
Index: autogen-5.18.14/agen5/expOutput.c
|
||||
Index: autogen-5.18.16/agen5/expOutput.c
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/agen5/expOutput.c
|
||||
+++ autogen-5.18.14/agen5/expOutput.c
|
||||
--- autogen-5.18.16.orig/agen5/expOutput.c
|
||||
+++ autogen-5.18.16/agen5/expOutput.c
|
||||
@@ -251,7 +251,7 @@ ag_scm_out_move(SCM new_file)
|
||||
|
||||
if (strcmp(pz, cur_fpstack->stk_fname) != 0) {
|
||||
|
@ -1,80 +0,0 @@
|
||||
Index: autogen-5.18.14/agen5/guile-iface.def
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/agen5/guile-iface.def
|
||||
+++ autogen-5.18.14/agen5/guile-iface.def
|
||||
@@ -35,31 +35,31 @@ invalid = '200000-200003',
|
||||
iface = {
|
||||
i-name = is_proc;
|
||||
i-args = '_p';
|
||||
- i-impl = { i-end = '201'; i-code = 'scm_is_true( scm_procedure_p(_p))'; };
|
||||
+ i-impl = { i-end = '202'; i-code = 'scm_is_true( scm_procedure_p(_p))'; };
|
||||
};
|
||||
|
||||
iface = {
|
||||
i-name = list_p;
|
||||
i-args = '_l';
|
||||
- i-impl = { i-end = '201'; i-code = 'scm_is_true( scm_list_p(_l))'; };
|
||||
+ i-impl = { i-end = '202'; i-code = 'scm_is_true( scm_list_p(_l))'; };
|
||||
};
|
||||
|
||||
iface = {
|
||||
i-name = pair_p;
|
||||
i-args = '_p';
|
||||
- i-impl = { i-end = '201'; i-code = 'scm_is_true( scm_pair_p(_p))'; };
|
||||
+ i-impl = { i-end = '202'; i-code = 'scm_is_true( scm_pair_p(_p))'; };
|
||||
};
|
||||
|
||||
iface = {
|
||||
i-name = to_long;
|
||||
i-args = '_v';
|
||||
- i-impl = { i-end = '201'; i-code = 'scm_to_long(_v)'; };
|
||||
+ i-impl = { i-end = '202'; i-code = 'scm_to_long(_v)'; };
|
||||
};
|
||||
|
||||
iface = {
|
||||
i-name = to_ulong;
|
||||
i-args = '_v';
|
||||
- i-impl = { i-end = '201'; i-code = '((unsigned long)scm_to_ulong(_v))'; };
|
||||
+ i-impl = { i-end = '202'; i-code = '((unsigned long)scm_to_ulong(_v))'; };
|
||||
};
|
||||
|
||||
/* end of guile-iface.def */
|
||||
Index: autogen-5.18.14/agen5/guile-iface.h
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/agen5/guile-iface.h
|
||||
+++ autogen-5.18.14/agen5/guile-iface.h
|
||||
@@ -9,7 +9,7 @@
|
||||
# error AutoGen does not work with this version of Guile
|
||||
choke me.
|
||||
|
||||
-#elif GUILE_VERSION < 201000
|
||||
+#elif GUILE_VERSION < 202000
|
||||
# define AG_SCM_IS_PROC(_p) scm_is_true( scm_procedure_p(_p))
|
||||
# define AG_SCM_LIST_P(_l) scm_is_true( scm_list_p(_l))
|
||||
# define AG_SCM_PAIR_P(_p) scm_is_true( scm_pair_p(_p))
|
||||
Index: autogen-5.18.14/config/guile.m4
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/config/guile.m4
|
||||
+++ autogen-5.18.14/config/guile.m4
|
||||
@@ -61,7 +61,7 @@
|
||||
#
|
||||
AC_DEFUN([GUILE_PKG],
|
||||
[PKG_PROG_PKG_CONFIG
|
||||
- _guile_versions_to_search="m4_default([$1], [2.0 1.8])"
|
||||
+ _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
|
||||
if test -n "$GUILE_EFFECTIVE_VERSION"; then
|
||||
_guile_tmp=""
|
||||
for v in $_guile_versions_to_search; do
|
||||
Index: autogen-5.18.14/configure
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/configure
|
||||
+++ autogen-5.18.14/configure
|
||||
@@ -14734,7 +14734,7 @@ $as_echo "no" >&6; }
|
||||
PKG_CONFIG=""
|
||||
fi
|
||||
fi
|
||||
- _guile_versions_to_search="2.0 1.8"
|
||||
+ _guile_versions_to_search="2.2 2.0 1.8"
|
||||
if test -n "$GUILE_EFFECTIVE_VERSION"; then
|
||||
_guile_tmp=""
|
||||
for v in $_guile_versions_to_search; do
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 11:01:48 UTC 2018 - schwab@suse.de
|
||||
|
||||
- Remove invalid signature file and keyring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 15:58:24 UTC 2018 - <jbrielmaier@suse.de>
|
||||
|
||||
- BuildRequire guile-devel to make transistion to Guile 2.2 smooth
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 07:41:12 UTC 2018 - schwab@suse.de
|
||||
|
||||
- Update to version 5.8.16
|
||||
- Enable compiling with Guile 2.2
|
||||
- autogen-guile-2.2.patch: removed
|
||||
- installable-programs.patch: don't make programs uninstallable
|
||||
- Rediff remaining patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 08:50:01 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -1,30 +0,0 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v2
|
||||
|
||||
mQENBFcvxOMBCAC6N2AAOpqIlMjEUYcZiMucihV+PrvnJULVJCcyuEI68eUUxxyI
|
||||
N9xaYnVBzcgE7Tl5xQTvp0zWGAVlfMQFiGRZLYbz5N8uJAEKGgO/ZdLpM7s5wqLG
|
||||
zWKB8zLgl/f5FSCKq7xOmkIC1Q+CQQJdql5Dbpya8o0JPkFGQQjmOyOhx2dSueZv
|
||||
HSMSEPRqSwT58uDYRJWOSsPTI6N2SqY5V/eiy2otEXkmFlY/iQLNP5yq7HE0wLt2
|
||||
/Zgs4yPit3Q5UaMK5LMhskttQ1MxwmBM5x5LJrPBh53MRzpOwiduE1A2enS1TgV5
|
||||
mk4nkJGh8nidK6O/q5EXHCqg3NS/Sv6o5EhLABEBAAG0IkJydWNlIEtvcmIgKE5v
|
||||
bmUuKSA8YmtvcmJAZ251Lm9yZz6JATkEEwECACMFAlcvxOMCGwMHCwkIBwMCAQYV
|
||||
CAIJCgsEFgIDAQIeAQIXgAAKCRDJ73bet07nYnLeB/wLeReifhoe3QgTKC0t2Dev
|
||||
XleJBa9tzIFVRmpPnK+DLv+Sz7kMeXD1noWPW1uC3zgfQngsj9nx5E60u/lrO5eA
|
||||
oRoOL+6OEVPPALkT3YgJLR/Tlo8I0n9z8sFJgAIIcKN/x3VLrqT99WdKbdy6lQtT
|
||||
BsrrRf0ct8pkNrvuOiEn8ALeV7z3Nz4G9CdhV3fLYTXSzGQN4sFn1EUqxMMGitFy
|
||||
zOhLgmYEwkmgIWFniJFoPz8+JOdzaMjUJUN8NQkG44XQQMjHCeD3Bw1wg9cLuW+S
|
||||
mPFJBNtf+WclopBEKCwsgKFLfs/f7msi/XKEoTpbpY+r6UzxjmQajA6AnzwRphji
|
||||
uQENBFcvxOMBCACYSVr8oAkt/KwlDlFGISSxfHCWU0IFvOlnc1EK2hndFJb9p38D
|
||||
XWdwfycwcntyEgb9FDhjLDszAvk+JFl4nLMJiBEK8mRmFRllNWyZdxp3Igadt/ik
|
||||
IgznvD3hxPA/TFP1E+D3Y2b5caxmtlkwEMHJzYb+pUAVxVrNkxS/TTqBKsB+VWVm
|
||||
TODIp40GN0lkRejyosG/QQajOP0peAnzyacc2zxDjMv0aBh+/ArYARSgzXKAhpeY
|
||||
8rVSMQ4p/1SVlqRa0Ql3xdC+RWzC9N9CVmrpmMnAULQD0omZU/112Xq6XlvFpx/c
|
||||
Ls7N2xx3MqWHty8Vu8P1pwdV+sfCLCG2njsVABEBAAGJAR8EGAECAAkFAlcvxOMC
|
||||
GwwACgkQye923rdO52Js2Qf+JPjOILUg2RI3D3Cgf99ZR1d3Tkz2djnbIwf2EOMg
|
||||
FGgMr38g04Bb3wRNgZsoAhjIQgp0gYZ7YJNiGdJ88FzEfV91xSz62c1DraYLHB0z
|
||||
82khC0K9kPDqK2zjY2vEff2viItbyAnGt/rJR5X2xQnjI3Zij2KBw0Xi+d2weELu
|
||||
IN7jNbxf7/2XdCu5Ss8jrlDv8sMHUmtEjicgmzw4uirISbOKak9Ek7nHGZ+QurLI
|
||||
3xB0T2E6lOzhaug/PAWHkqu+WS42O39mlURklNiEgIOTtWuP9OJmdMKWAxsN61Jf
|
||||
/THlUd3rha5NUcKb7OFBA3Q7n8LLekuB85YzkaoHMZ+Aiw==
|
||||
=Vlu0
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
15
autogen.spec
15
autogen.spec
@ -12,32 +12,30 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define libname libopts25
|
||||
Name: autogen
|
||||
Version: 5.18.14
|
||||
Version: 5.18.16
|
||||
Release: 0
|
||||
Summary: Automated Text File Generator
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
URL: https://www.gnu.org/software/autogen/
|
||||
Source0: https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=autogen&download=1#/%{name}.keyring
|
||||
Patch1: autogen-build_ldpath.patch
|
||||
# PATCH-FIX-UPSTREAM -- https://savannah.gnu.org/support/index.php?109234 boo#1021353
|
||||
Patch2: autogen-catch-race-error.patch
|
||||
# PATCH-FIX-UPSTREAM -- guile 2.2 support
|
||||
Patch3: autogen-guile-2.2.patch
|
||||
# PATCH-FIX-UPSTREAM don't make programs uninstallable
|
||||
Patch3: installable-programs.patch
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch4: sprintf-overflow.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: guile-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
BuildRequires: pkgconfig(guile-2.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
@ -89,11 +87,8 @@ well.
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
touch aclocal.m4 configure Makefile.in config-h.in
|
||||
|
||||
%build
|
||||
%configure \
|
||||
CFLAGS="%optflags -Wno-error=implicit-fallthrough" \
|
||||
--enable-timeout=20 \
|
||||
--disable-static \
|
||||
--with-pic
|
||||
|
92
installable-programs.patch
Normal file
92
installable-programs.patch
Normal file
@ -0,0 +1,92 @@
|
||||
Index: autogen-5.18.16/agen5/Makefile.am
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/agen5/Makefile.am
|
||||
+++ autogen-5.18.16/agen5/Makefile.am
|
||||
@@ -63,7 +63,7 @@ SNV_LIB = $(top_builddir)/snprin
|
||||
nodist_autogen_SOURCES = ag.c
|
||||
autogen_SOURCES = $(gen_csrc)
|
||||
autogen_LDADD = $(LO_LIB) $(SNV_LIB) $(GUILE_LIBS)
|
||||
-autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN) -no-install
|
||||
+autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN)
|
||||
autogen_CFLAGS = $(GUILE_CFLAGS)
|
||||
stamp_script = $(srcdir)/mk-stamps.sh
|
||||
|
||||
Index: autogen-5.18.16/agen5/Makefile.in
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/agen5/Makefile.in
|
||||
+++ autogen-5.18.16/agen5/Makefile.in
|
||||
@@ -482,7 +482,7 @@ SNV_LIB = $(top_builddir)/snprintfv/libs
|
||||
nodist_autogen_SOURCES = ag.c
|
||||
autogen_SOURCES = $(gen_csrc)
|
||||
autogen_LDADD = $(LO_LIB) $(SNV_LIB) $(GUILE_LIBS)
|
||||
-autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN) -no-install
|
||||
+autogen_LDFLAGS = $(DYNAMIC_AG) $(AG_STATIC_AUTOGEN)
|
||||
autogen_CFLAGS = $(GUILE_CFLAGS)
|
||||
stamp_script = $(srcdir)/mk-stamps.sh
|
||||
AM_YFLAGS = -d
|
||||
Index: autogen-5.18.16/columns/Makefile.am
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/columns/Makefile.am
|
||||
+++ autogen-5.18.16/columns/Makefile.am
|
||||
@@ -20,7 +20,6 @@
|
||||
## with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
bin_PROGRAMS = columns
|
||||
-columns_LDFLAGS = -no-install
|
||||
csrc = opts.h columns.c opts.c
|
||||
nodist_columns_SOURCES = cols.c
|
||||
|
||||
Index: autogen-5.18.16/columns/Makefile.in
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/columns/Makefile.in
|
||||
+++ autogen-5.18.16/columns/Makefile.in
|
||||
@@ -128,7 +128,7 @@ am__v_lt_0 = --silent
|
||||
am__v_lt_1 =
|
||||
columns_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
- $(columns_LDFLAGS) $(LDFLAGS) -o $@
|
||||
+ $(LDFLAGS) -o $@
|
||||
AM_V_P = $(am__v_P_@AM_V@)
|
||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
||||
am__v_P_0 = false
|
||||
@@ -389,7 +389,6 @@ target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-columns_LDFLAGS = -no-install
|
||||
csrc = opts.h columns.c opts.c
|
||||
nodist_columns_SOURCES = cols.c
|
||||
LO_LIB = $(top_builddir)/autoopts/libopts.la
|
||||
Index: autogen-5.18.16/getdefs/Makefile.am
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/getdefs/Makefile.am
|
||||
+++ autogen-5.18.16/getdefs/Makefile.am
|
||||
@@ -23,7 +23,6 @@
|
||||
TARG = getdefs
|
||||
|
||||
bin_PROGRAMS = getdefs
|
||||
-getdefs_LDFLAGS = -no-install
|
||||
gdsrcs = getdefs.h proto.h gdemit.c gdinit.c getdefs.c
|
||||
getdefs_SOURCES = proto.h
|
||||
BUILT_SOURCES = gd.c
|
||||
Index: autogen-5.18.16/getdefs/Makefile.in
|
||||
===================================================================
|
||||
--- autogen-5.18.16.orig/getdefs/Makefile.in
|
||||
+++ autogen-5.18.16/getdefs/Makefile.in
|
||||
@@ -130,7 +130,7 @@ am__v_lt_0 = --silent
|
||||
am__v_lt_1 =
|
||||
getdefs_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
- $(getdefs_LDFLAGS) $(LDFLAGS) -o $@
|
||||
+ $(LDFLAGS) -o $@
|
||||
AM_V_P = $(am__v_P_@AM_V@)
|
||||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
||||
am__v_P_0 = false
|
||||
@@ -434,7 +434,6 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
TARG = getdefs
|
||||
-getdefs_LDFLAGS = -no-install
|
||||
gdsrcs = getdefs.h proto.h gdemit.c gdinit.c getdefs.c
|
||||
getdefs_SOURCES = proto.h
|
||||
BUILT_SOURCES = gd.c
|
@ -1,8 +1,8 @@
|
||||
Index: autogen-5.18.14/autoopts/usage.c
|
||||
Index: autogen-5.18.16/autoopts/usage.c
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/autoopts/usage.c
|
||||
+++ autogen-5.18.14/autoopts/usage.c
|
||||
@@ -765,7 +765,7 @@ prt_vendor_opts(tOptions * opts, char co
|
||||
--- autogen-5.18.16.orig/autoopts/usage.c
|
||||
+++ autogen-5.18.16/autoopts/usage.c
|
||||
@@ -711,7 +711,7 @@ prt_vendor_opts(tOptions * opts, char co
|
||||
OPTST_NO_USAGE_MASK | OPTST_DOCUMENT;
|
||||
|
||||
static char const vfmtfmt[] = "%%-%us %%s\n";
|
||||
@ -11,11 +11,11 @@ Index: autogen-5.18.14/autoopts/usage.c
|
||||
|
||||
/*
|
||||
* Only handle client specified options. The "vendor option" follows
|
||||
Index: autogen-5.18.14/getdefs/getdefs.c
|
||||
Index: autogen-5.18.16/getdefs/getdefs.c
|
||||
===================================================================
|
||||
--- autogen-5.18.14.orig/getdefs/getdefs.c
|
||||
+++ autogen-5.18.14/getdefs/getdefs.c
|
||||
@@ -421,7 +421,7 @@ buildPreamble(char ** ppzDef, char ** pp
|
||||
--- autogen-5.18.16.orig/getdefs/getdefs.c
|
||||
+++ autogen-5.18.16/getdefs/getdefs.c
|
||||
@@ -374,7 +374,7 @@ buildPreamble(char ** ppzDef, char ** pp
|
||||
char * pzDef = *ppzDef;
|
||||
char * pzOut = *ppzOut;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user