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
dbce4d48
Commit
dbce4d48
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Check for sufficient number of arguments to catch backwards
compatibility issues.
parent
4b58f28a
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
+5
-0
5 additions, 0 deletions
m4/check-package.m4
with
5 additions
and
0 deletions
m4/check-package.m4
+
5
−
0
View file @
dbce4d48
...
@@ -107,6 +107,11 @@ dnl the macro itself
...
@@ -107,6 +107,11 @@ dnl the macro itself
dnl
dnl
AC_DEFUN(ALBERTA_CHECK_PACKAGE,
AC_DEFUN(ALBERTA_CHECK_PACKAGE,
[AC_REQUIRE([AC_SET_PREFIX])
[AC_REQUIRE([AC_SET_PREFIX])
m4_if($#,
8,,[
errprint([$0] needs EXACTLY eight (8) arguments, but got $#
)
m4exit(1)])
dnl
dnl
dnl upcase $1
dnl upcase $1
dnl
dnl
...
...
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