Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Colin Watson
libpipeline
Commits
730709d0
Commit
730709d0
authored
Jul 10, 2017
by
Colin Watson
Browse files
Version: 1.4.2.
* lib/Makefile.am (libpipeline_la_LDFLAGS): Bump -version-info to 5:2:4.
parent
65fd8474
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
13 deletions
+18
-13
NEWS
NEWS
+5
-0
configure
configure
+10
-10
configure.ac
configure.ac
+1
-1
lib/Makefile.am
lib/Makefile.am
+1
-1
lib/Makefile.in
lib/Makefile.in
+1
-1
No files found.
NEWS
View file @
730709d0
libpipeline 1.4.2 (10 July 2017)
================================
Fix EOF detection in get_line.
libpipeline 1.4.1 (17 August 2015)
==================================
...
...
configure
View file @
730709d0
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libpipeline 1.4.
1
.
# Generated by GNU Autoconf 2.69 for libpipeline 1.4.
2
.
#
# Report bugs to <cjwatson@debian.org>.
#
...
...
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libpipeline'
PACKAGE_TARNAME='libpipeline'
PACKAGE_VERSION='1.4.
1
'
PACKAGE_STRING='libpipeline 1.4.
1
'
PACKAGE_VERSION='1.4.
2
'
PACKAGE_STRING='libpipeline 1.4.
2
'
PACKAGE_BUGREPORT='cjwatson@debian.org'
PACKAGE_URL=''
...
...
@@ -2019,7 +2019,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures libpipeline 1.4.
1
to adapt to many kinds of systems.
\`configure' configures libpipeline 1.4.
2
to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
...
...
@@ -2090,7 +2090,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libpipeline 1.4.
1
:";;
short | recursive ) echo "Configuration of libpipeline 1.4.
2
:";;
esac
cat <<\_ACEOF
...
...
@@ -2221,7 +2221,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libpipeline configure 1.4.
1
libpipeline configure 1.4.
2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
...
...
@@ -2930,7 +2930,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libpipeline $as_me 1.4.
1
, which was
It was created by libpipeline $as_me 1.4.
2
, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
...
...
@@ -3817,7 +3817,7 @@ fi
# Define the identity of the package.
PACKAGE='libpipeline'
VERSION='1.4.
1
'
VERSION='1.4.
2
'
cat >>confdefs.h <<_ACEOF
...
...
@@ -27501,7 +27501,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by libpipeline $as_me 1.4.
1
, which was
This file was extended by libpipeline $as_me 1.4.
2
, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
...
...
@@ -27567,7 +27567,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
libpipeline config.status 1.4.
1
libpipeline config.status 1.4.
2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
...
...
configure.ac
View file @
730709d0
...
...
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
m4_pattern_forbid([^PIPELINE_])
# Initialise and check we're in the correct directory.
AC_INIT([libpipeline], [1.4.
1
], [cjwatson@debian.org])
AC_INIT([libpipeline], [1.4.
2
], [cjwatson@debian.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
AM_MAINTAINER_MODE
...
...
lib/Makefile.am
View file @
730709d0
...
...
@@ -40,7 +40,7 @@ libpipeline_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
libpipeline_la_LDFLAGS
=
\
-export-symbols-regex
'^(pipecmd|pipeline)_'
\
-no-undefined
\
-version-info
5:
1
:4
-version-info
5:
2
:4
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libpipeline.pc
lib/Makefile.in
View file @
730709d0
...
...
@@ -1098,7 +1098,7 @@ libpipeline_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
libpipeline_la_LDFLAGS
=
\
-export-symbols-regex
'^(pipecmd|pipeline)_'
\
-no-undefined
\
-version-info
5:
1
:4
-version-info
5:
2
:4
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libpipeline.pc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment