Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
vo-amrwbenc
Commits
85f53224
Commit
85f53224
authored
Mar 24, 2011
by
Martin Storsjo
Browse files
Enable silent building on automake 1.11
parent
4ff62949
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.ac
configure.ac
+2
-1
No files found.
configure.ac
View file @
85f53224
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
AC_INIT([vo-amrwbenc], [0.1.0], [])
AC_INIT([vo-amrwbenc], [0.1.0], [])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar])
AM_INIT_AUTOMAKE([tar-ustar foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
AM_MAINTAINER_MODE
...
...
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