Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e8fb7ad3
Commit
e8fb7ad3
authored
Feb 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./bootstrap: we don't fail if gettext is too old and there is no
ABOUT-NLS in the tree.
parent
8e57ca40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
bootstrap
bootstrap
+3
-1
No files found.
bootstrap
View file @
e8fb7ad3
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.4
2 2003/02/02 04:01:29
sam Exp $
## $Id: bootstrap,v 1.4
3 2003/02/03 21:47:08
sam Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
...
...
@@ -185,12 +185,14 @@ then
GETTEXT
=
yes
else
# User's gettext is too old. try to continue anyway.
echo
>
ABOUT-NLS
mkdir
-p
intl
echo
>
intl/Makefile.am
echo
'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])'
>
m4/oldgettext.m4
GETTEXT
=
old
fi
;
else
# we don't have gettext. grmbl. try to continue anyway.
echo
>
ABOUT-NLS
mkdir
-p
intl
echo
>
intl/Makefile.am
echo
'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])'
>
m4/oldgettext.m4
...
...
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