Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit fb0b291

Browse files
committed
reopenldap: regenerate configure for 1.1.8
Change-Id: Id010073b0a6c468877f8ecdc660253d5d1fbe07b
1 parent 916663b commit fb0b291

File tree

47 files changed

+704
-712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+704
-712
lines changed

INSTALL

Lines changed: 159 additions & 161 deletions
Large diffs are not rendered by default.

Makefile.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15 from Makefile.am.
1+
# Makefile.in generated by automake 1.15.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -705,7 +705,7 @@ distdir: $(DISTFILES)
705705
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
706706
|| chmod -R a+r "$(distdir)"
707707
dist-gzip: distdir
708-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
708+
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
709709
$(am__post_remove_distdir)
710710

711711
dist-bzip2: distdir
@@ -730,7 +730,7 @@ dist-shar: distdir
730730
@echo WARNING: "Support for shar distribution archives is" \
731731
"deprecated." >&2
732732
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
733-
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
733+
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
734734
$(am__post_remove_distdir)
735735

736736
dist-zip: distdir
@@ -748,7 +748,7 @@ dist dist-all:
748748
distcheck: dist
749749
case '$(DIST_ARCHIVES)' in \
750750
*.tar.gz*) \
751-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
751+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
752752
*.tar.bz2*) \
753753
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
754754
*.tar.lz*) \
@@ -758,7 +758,7 @@ distcheck: dist
758758
*.tar.Z*) \
759759
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
760760
*.shar.gz*) \
761-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
761+
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
762762
*.zip*) \
763763
unzip $(distdir).zip ;;\
764764
esac

aclocal.m4

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.15 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -296,7 +296,7 @@ AS_VAR_COPY([$1], [pkg_cv_][$1])
296296
AS_VAR_IF([$1], [""], [$5], [$4])dnl
297297
])dnl PKG_CHECK_VAR
298298

299-
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
299+
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
300300
#
301301
# This file is free software; the Free Software Foundation
302302
# gives unlimited permission to copy and/or distribute it,
@@ -311,7 +311,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
311311
[am__api_version='1.15'
312312
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
313313
dnl require some minimum version. Point them to the right macro.
314-
m4_if([$1], [1.15], [],
314+
m4_if([$1], [1.15.1], [],
315315
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
316316
])
317317

@@ -327,14 +327,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
327327
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
328328
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
329329
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
330-
[AM_AUTOMAKE_VERSION([1.15])dnl
330+
[AM_AUTOMAKE_VERSION([1.15.1])dnl
331331
m4_ifndef([AC_AUTOCONF_VERSION],
332332
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
333333
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
334334

335335
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
336336

337-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
337+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
338338
#
339339
# This file is free software; the Free Software Foundation
340340
# gives unlimited permission to copy and/or distribute it,
@@ -386,7 +386,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
386386

387387
# AM_CONDITIONAL -*- Autoconf -*-
388388

389-
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
389+
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
390390
#
391391
# This file is free software; the Free Software Foundation
392392
# gives unlimited permission to copy and/or distribute it,
@@ -417,7 +417,7 @@ AC_CONFIG_COMMANDS_PRE(
417417
Usually this means the macro was only invoked conditionally.]])
418418
fi])])
419419

420-
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
420+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
421421
#
422422
# This file is free software; the Free Software Foundation
423423
# gives unlimited permission to copy and/or distribute it,
@@ -608,7 +608,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
608608

609609
# Generate code to set up dependency tracking. -*- Autoconf -*-
610610

611-
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
611+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
612612
#
613613
# This file is free software; the Free Software Foundation
614614
# gives unlimited permission to copy and/or distribute it,
@@ -684,7 +684,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
684684

685685
# Do all the work for Automake. -*- Autoconf -*-
686686

687-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
687+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
688688
#
689689
# This file is free software; the Free Software Foundation
690690
# gives unlimited permission to copy and/or distribute it,
@@ -881,7 +881,7 @@ for _am_header in $config_headers :; do
881881
done
882882
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
883883

884-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
884+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
885885
#
886886
# This file is free software; the Free Software Foundation
887887
# gives unlimited permission to copy and/or distribute it,
@@ -902,7 +902,7 @@ if test x"${install_sh+set}" != xset; then
902902
fi
903903
AC_SUBST([install_sh])])
904904

905-
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
905+
# Copyright (C) 2003-2017 Free Software Foundation, Inc.
906906
#
907907
# This file is free software; the Free Software Foundation
908908
# gives unlimited permission to copy and/or distribute it,
@@ -924,7 +924,7 @@ AC_SUBST([am__leading_dot])])
924924
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
925925
# From Jim Meyering
926926

927-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
927+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
928928
#
929929
# This file is free software; the Free Software Foundation
930930
# gives unlimited permission to copy and/or distribute it,
@@ -959,7 +959,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
959959

960960
# Check to see how 'make' treats includes. -*- Autoconf -*-
961961

962-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
962+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
963963
#
964964
# This file is free software; the Free Software Foundation
965965
# gives unlimited permission to copy and/or distribute it,
@@ -1009,7 +1009,7 @@ rm -f confinc confmf
10091009

10101010
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
10111011

1012-
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
1012+
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
10131013
#
10141014
# This file is free software; the Free Software Foundation
10151015
# gives unlimited permission to copy and/or distribute it,
@@ -1048,7 +1048,7 @@ fi
10481048

10491049
# Helper functions for option handling. -*- Autoconf -*-
10501050

1051-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1051+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
10521052
#
10531053
# This file is free software; the Free Software Foundation
10541054
# gives unlimited permission to copy and/or distribute it,
@@ -1077,7 +1077,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
10771077
AC_DEFUN([_AM_IF_OPTION],
10781078
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10791079

1080-
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
1080+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
10811081
#
10821082
# This file is free software; the Free Software Foundation
10831083
# gives unlimited permission to copy and/or distribute it,
@@ -1124,7 +1124,7 @@ AC_LANG_POP([C])])
11241124
# For backward compatibility.
11251125
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
11261126

1127-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1127+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
11281128
#
11291129
# This file is free software; the Free Software Foundation
11301130
# gives unlimited permission to copy and/or distribute it,
@@ -1143,7 +1143,7 @@ AC_DEFUN([AM_RUN_LOG],
11431143

11441144
# Check to make sure that the build environment is sane. -*- Autoconf -*-
11451145

1146-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
1146+
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
11471147
#
11481148
# This file is free software; the Free Software Foundation
11491149
# gives unlimited permission to copy and/or distribute it,
@@ -1224,7 +1224,7 @@ AC_CONFIG_COMMANDS_PRE(
12241224
rm -f conftest.file
12251225
])
12261226

1227-
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
1227+
# Copyright (C) 2009-2017 Free Software Foundation, Inc.
12281228
#
12291229
# This file is free software; the Free Software Foundation
12301230
# gives unlimited permission to copy and/or distribute it,
@@ -1284,7 +1284,7 @@ AC_SUBST([AM_BACKSLASH])dnl
12841284
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
12851285
])
12861286

1287-
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
1287+
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
12881288
#
12891289
# This file is free software; the Free Software Foundation
12901290
# gives unlimited permission to copy and/or distribute it,
@@ -1312,7 +1312,7 @@ fi
13121312
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
13131313
AC_SUBST([INSTALL_STRIP_PROGRAM])])
13141314

1315-
# Copyright (C) 2006-2014 Free Software Foundation, Inc.
1315+
# Copyright (C) 2006-2017 Free Software Foundation, Inc.
13161316
#
13171317
# This file is free software; the Free Software Foundation
13181318
# gives unlimited permission to copy and/or distribute it,
@@ -1331,7 +1331,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
13311331

13321332
# Check how to create a tarball. -*- Autoconf -*-
13331333

1334-
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
1334+
# Copyright (C) 2004-2017 Free Software Foundation, Inc.
13351335
#
13361336
# This file is free software; the Free Software Foundation
13371337
# gives unlimited permission to copy and/or distribute it,

build/BRANDING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PACKAGE=ReOpenLDAP
2222
PACKAGE_URL="https://github.com/leo-yuriev/ReOpenLDAP/wiki"
2323
PACKAGE_BUGREPORT="https://github.com/leo-yuriev/ReOpenLDAP/issues"
2424

25-
RELEASE_TYPE=ReleaseEngineering
25+
RELEASE_TYPE=Release
2626

2727
VERSION_MAJOR=1
2828
VERSION_MINOR=1

0 commit comments

Comments
 (0)