Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b1e57e2a
Commit
b1e57e2a
authored
Sep 23, 2005
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!
parent
99fb5499
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
bootstrap
bootstrap
+2
-0
configure.ac
configure.ac
+3
-0
No files found.
bootstrap
View file @
b1e57e2a
...
...
@@ -228,8 +228,10 @@ _plugin.a_plugin\$(LIBEXT):
echo
\$\$
ld
\$
<
\$\$
ldfl ;
\
\$\$
ld
\$
<
\$\$
ldfl
if MAINTAINER_MODE
\$
(srcdir)/Makefile.am:
\$
(srcdir)/Modules.am
\$
(top_srcdir)/bootstrap
cd
\$
(top_srcdir) &&
\$
(SHELL) ./bootstrap
endif
mostlyclean-local:
-rm -f *.a *
\$
(LIBEXT)
...
...
configure.ac
View file @
b1e57e2a
...
...
@@ -20,6 +20,9 @@ dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.8.4-svn)
AM_CONFIG_HEADER(config.h)
dnl HA! HA!
AM_MAINTAINER_MODE
dnl
dnl Save *FLAGS
dnl
...
...
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