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
1deee5a4
Commit
1deee5a4
authored
18 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Don't use the $(wildcard ...) GNU extension
parent
2e77c2aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+5
-1
5 additions, 1 deletion
configure.ac
with
5 additions
and
1 deletion
configure.ac
+
5
−
1
View file @
1deee5a4
...
...
@@ -44,7 +44,11 @@ AC_CONFIG_COMMANDS([demo],
fi])
# Collect the demo programs
DEMOSOURCES=`find ${srcdir}/demo/src -name "*.\[ch\]"`
DEMOSOURCES=
for f in `find ${srcdir}/demo/src -name '*.[[ch]]'|sed -e "s|${srcdir}/||g"`
do
DEMOSOURCES="${DEMOSOURCES} ${f}"
done
AC_SUBST(DEMOSOURCES)
#
...
...
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