Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
f895fb1d
Commit
f895fb1d
authored
Mar 25, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do run autopoint if it works
parent
494eab75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
bootstrap
bootstrap
+21
-2
No files found.
bootstrap
View file @
f895fb1d
...
...
@@ -67,6 +67,14 @@ else
PKGCONFIG
=
no
fi
# Check for autopoint (GNU gettext)
export
AUTOPOINT
test
"
$AUTOPOINT
"
||
AUTOPOINT
=
autopoint
if
!
"
$AUTOPOINT
"
--dry-run
--force
>
/dev/null 2>&1
;
then
AUTOPOINT
=
true
echo
>
ABOUT-NLS
fi
##
## Generate the modules makefile, by parsing modules/**/Modules.am
##
...
...
@@ -112,8 +120,9 @@ echo > vlc-config.in
echo
>
ABOUT-NLS
cp
-f
INSTALL INSTALL.git
AUTOPOINT
=
true
autoreconf
--install
--force
--verbose
${
ACLOCAL_ARGS
}
rm
-f
po/Makevars.template
autoreconf
--install
--force
--verbose
${
ACLOCAL_ARGS
}
rm
-f
po/Makevars.template ABOUT-NLS
echo
>
ABOUT-NLS
mv
-f
INSTALL.git INSTALL
##
...
...
@@ -129,6 +138,16 @@ set +x
##
## Tell the user about gettext, pkg-config and sed
##
if
[
"
$AUTOPOINT
"
=
"true"
]
;
then
cat
<<
EOF
==============================================================
NOTE: GNU gettext appears to be missing or out-of-date.
Please install or update GNU gettext.
Otherwise, you will not be able to build a source tarball.
EOF
fi
if
[
"
$PKGCONFIG
"
=
"no"
]
;
then
cat
<<
EOF
...
...
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