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
05d53d90
Commit
05d53d90
authored
Nov 04, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: Fixed an automake breakage when gettext is not present.
parent
294d05e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
bootstrap
bootstrap
+9
-10
No files found.
bootstrap
View file @
05d53d90
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.8
0 2003/10/26 14:49:26
sam Exp $
## $Id: bootstrap,v 1.8
1 2003/11/04 15:31:44
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -75,16 +75,10 @@ if expr `gettextize --version | sed -e '1s/[^0-9]*//' -e q` \
GETTEXT
=
yes
else
# User's gettext is too old. try to continue anyway.
echo
>
ABOUT-NLS
mkdir
-p
intl
echo
>
intl/Makefile.am
autopoint
=
:
GETTEXT
=
old
fi
;
else
# we don't have gettext. grmbl. try to continue anyway.
echo
>
ABOUT-NLS
mkdir
-p
intl
echo
>
intl/Makefile.am
autopoint
=
:
GETTEXT
=
no
fi
...
...
@@ -107,7 +101,7 @@ autoheader=autoheader
##
set
+x
printf
"generating modules/**/Makefile.am and m4/private.m4"
echo
"generating modules/**/Makefile.am and m4/private.m4"
# Prepare m4/private.m4
rm
-f
m4/private.m4
&&
cat
>
m4/private.m4
<<
EOF
...
...
@@ -325,7 +319,7 @@ BLAH
EOF
cat
m4/private.m4-tmp4
>>
m4/private.m4
&&
rm
-f
m4/private.m4-tmp4
echo
"done."
echo
"
done."
###
### classic bootstrap stuff
...
...
@@ -348,8 +342,13 @@ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
# remove new vlc cruft
rm
-f
stamp-builtin stamp-h
*
mozilla/stamp-pic
# Automake complains if th
is is
not present
# Automake complains if th
ese are
not present
rm
-f
vlc-config.in
&&
printf
""
>
vlc-config.in
if
[
"
$GETTEXT
"
!=
"yes"
]
;
then
test
-d
intl
||
mkdir
intl
printf
""
>
intl/Makefile.am
printf
""
>
ABOUT-NLS
fi
# Do the rest
${
autopoint
}
-f
...
...
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