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
f3f2f37a847a
Commit
f3f2f37a847a
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Set AC_CONFIG_MACRO_DIR
Silences libtool warnings.
parent
f0188b263659
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile.am
+2
-0
2 additions, 0 deletions
Makefile.am
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
with
4 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
f3f2f37a
...
...
@@ -35,6 +35,7 @@
libxslt.spec.in.orig
libxslt/xsltconfig.h
ltmain.sh
m4/
missing
py-compile
python/*.pyc
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
2
−
0
View file @
f3f2f37a
ACLOCAL_AMFLAGS
=
-I
m4
SUBDIRS
=
libxslt libexslt xsltproc doc tests
if
WITH_PYTHON
SUBDIRS
+=
python
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
f3f2f37a
...
...
@@ -8,6 +8,7 @@
AC_INIT([libxslt], [MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([libxslt/xslt.c])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
AC_USE_SYSTEM_EXTENSIONS
...
...
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