Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxslt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxslt
Commits
1ac2a6e6711e
Commit
1ac2a6e6711e
authored
3 years ago
by
David Seifert
Browse files
Options
Downloads
Patches
Plain Diff
python/Makefile.am: rely on global AM_INIT_AUTOMAKE
* Even Debian oldoldstable has Automake 1.15 available nowadays.
parent
2ecd3bc5c550
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+2
-5
2 additions, 5 deletions
configure.ac
python/Makefile.am
+0
-1
0 additions, 1 deletion
python/Makefile.am
with
2 additions
and
6 deletions
configure.ac
+
2
−
5
View file @
1ac2a6e6
...
...
@@ -66,7 +66,7 @@
AC_SUBST(LIBEXSLT_VERSION_NUMBER)
AC_SUBST(LIBEXSLT_VERSION_EXTRA)
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([
1.15
foreign])
# AM_MAINTAINER_MODE
...
...
@@ -70,10 +70,7 @@
# AM_MAINTAINER_MODE
# Support silent build rules, requires at least automake-1.11. Disable
# by either passing --disable-silent-rules to configure or passing V=1
# to make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_SILENT_RULES([yes])
dnl
dnl Check the environment
...
...
This diff is collapsed.
Click to expand it.
python/Makefile.am
+
0
−
1
View file @
1ac2a6e6
# Makefile for libxml2 python library
AUTOMAKE_OPTIONS
=
1.4 foreign
SUBDIRS
=
.
tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment