Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ddd6f72f
Commit
ddd6f72f
authored
Dec 16, 2017
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx{comp{,shad},proxy}: use dist-bzip2 instead of dist-xz.
Automake older than version 1.11 does not support dist-xz. No workaround possible via a feature check, as far as I can tell.
parent
4c4f2b18
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
nxcomp/configure.ac
+1
-1
configure.ac
nxcompshad/configure.ac
+1
-1
configure.ac
nxproxy/configure.ac
+1
-1
No files found.
nxcomp/configure.ac
View file @
ddd6f72f
...
...
@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
xz
])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
bzip2
])
# Initialize libtool
AC_PROG_LIBTOOL
...
...
nxcompshad/configure.ac
View file @
ddd6f72f
...
...
@@ -14,7 +14,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
xz
])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
bzip2
])
# Initialize libtool
AC_PROG_LIBTOOL
...
...
nxproxy/configure.ac
View file @
ddd6f72f
...
...
@@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
xz
])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-
bzip2
])
PROXY_VERSION=nxproxy_version
AC_SUBST([PROXY_VERSION])
...
...
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