Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e8fb7ad3
Commit
e8fb7ad3
authored
Feb 03, 2003
by
Sam Hocevar
Browse files
* ./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
bootstrap
View file @
e8fb7ad3
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.4
2
2003/02/0
2 04:01:29
sam Exp $
## $Id: bootstrap,v 1.4
3
2003/02/0
3 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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment