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
beab78a9
Commit
beab78a9
authored
Jul 24, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap:
+ Run autopoint with the -f flag. + Remove stamp files in the bootstrap process.
parent
c00da182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
bootstrap
bootstrap
+16
-6
No files found.
bootstrap
View file @
beab78a9
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.7
0 2003/07/17 13:09:46
sam Exp $
## $Id: bootstrap,v 1.7
1 2003/07/24 20:34:47
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -267,6 +267,8 @@ rm -f ABOUT-NLS
rm
-Rf
intl
# remove old vlc cruft
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
# Check for gettext
if
gettextize
--version
>
/dev/null 2>&1
;
then
...
...
@@ -274,7 +276,7 @@ if gettextize --version >/dev/null 2>&1; then
if
expr
`
gettextize
--version
|
sed
-e
'1s/[^0-9]*//'
-e
q
`
\
'>='
0.11.5
>
/dev/null 2>&1
;
then
# We have gettext, and a recent version! Everything is cool.
autopoint
autopoint
=
autopoint
GETTEXT
=
yes
else
# User's gettext is too old. try to continue anyway.
...
...
@@ -286,6 +288,7 @@ dnl User's gettext is too old, so this is a no-op
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
EOF
autopoint
=
:
GETTEXT
=
old
fi
;
else
# we don't have gettext. grmbl. try to continue anyway.
...
...
@@ -297,6 +300,7 @@ dnl User does not have gettext, so this is a no-op
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
EOF
autopoint
=
:
GETTEXT
=
no
fi
...
...
@@ -350,14 +354,20 @@ if test "${amvers}" = "none"; then
exit
1
fi
aclocal
=
aclocal
${
amvers
}
automake
=
automake
${
amvers
}
autoconf
=
autoconf
autoheader
=
autoheader
# Automake complains if this is not present
rm
-f
vlc-config.in
&&
printf
""
>
vlc-config.in
# Do the rest
aclocal
${
amvers
}
-I
m4
autoconf
autoheader
automake
${
amvers
}
--add-missing
--copy
${
autopoint
}
-f
${
aclocal
}
-I
m4
${
autoconf
}
${
autoheader
}
${
automake
}
--add-missing
--copy
##
## files which need to be regenerated
...
...
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