Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ians-nmh-siebert
alberta
alberta3
Commits
34b36d3a
Commit
34b36d3a
authored
22 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Fix libdir and includedir reference.
parent
34f93c44
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
m4/check-package.m4
+3
-3
3 additions, 3 deletions
m4/check-package.m4
with
3 additions
and
3 deletions
m4/check-package.m4
+
3
−
3
View file @
34b36d3a
...
@@ -12,10 +12,10 @@ dnl $5: header name
...
@@ -12,10 +12,10 @@ dnl $5: header name
dnl $6: include path (-I$6)
dnl $6: include path (-I$6)
dnl $7 \in \{optional, required\}, bail out if required, warning otherwise
dnl $7 \in \{optional, required\}, bail out if required, warning otherwise
dnl
dnl
AC_DEFUN(ALBERT_CHECK_P
KG
,
AC_DEFUN(ALBERT_CHECK_P
ACKAGE
,
[AC_REQUIRE([AC_SET_PREFIX])
[AC_REQUIRE([AC_SET_PREFIX])
if test -z "$3"; then
if test -z "$3"; then
DEFAULT_LIBDIR=${libdir}
DEFAULT_LIBDIR=
`eval eval echo
${libdir}
`
else
else
DEFAULT_LIBDIR=$3
DEFAULT_LIBDIR=$3
fi
fi
...
@@ -35,7 +35,7 @@ dnl
...
@@ -35,7 +35,7 @@ dnl
dnl now for the header file
dnl now for the header file
dnl
dnl
if test -z "$6"; then
if test -z "$6"; then
DEFAULT_INCDIR=
${lib
dir}
DEFAULT_INCDIR=
`eval eval echo ${include
dir}
`
else
else
DEFAULT_INCDIR=$6
DEFAULT_INCDIR=$6
fi
fi
...
...
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