Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
27ba1dbc
Commit
27ba1dbc
authored
Aug 30, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate Makefile.am in directories with Modules.am
...rather than in all modules/* directories
parent
f5bf7ad8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
bootstrap
bootstrap
+7
-1
modules/genmf
modules/genmf
+0
-2
No files found.
bootstrap
View file @
27ba1dbc
...
@@ -91,7 +91,13 @@ AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])])
...
@@ -91,7 +91,13 @@ AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])])
EOF
EOF
fi
fi
sh modules/genmf
`
sed
-ne
's,modules/\(.*\)/Makefile,\1,p'
configure.ac
`
find modules/
-name
Modules.am |
\
sed
-ne
's,modules/\(.*\)/Modules.am,\1,p'
|
\
while
read
d
;
do
sh modules/genmf
"
$d
"
printf
"."
done
printf
"
\n
"
###
###
### classic bootstrap stuff
### classic bootstrap stuff
...
...
modules/genmf
View file @
27ba1dbc
...
@@ -11,7 +11,6 @@ cd $(dirname "$0")/.. || exit 1
...
@@ -11,7 +11,6 @@ cd $(dirname "$0")/.. || exit 1
while
test
"
$1
"
while
test
"
$1
"
do
do
printf
"."
dir
=
"
$1
"
dir
=
"
$1
"
modf
=
"modules/
${
dir
}
/Modules.am"
modf
=
"modules/
${
dir
}
/Modules.am"
if
!
test
-f
"
$modf
"
;
then
if
!
test
-f
"
$modf
"
;
then
...
@@ -69,4 +68,3 @@ EOF
...
@@ -69,4 +68,3 @@ EOF
shift
shift
done
done
printf
"
\n
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment