Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yeongjin Jeong
gst-plugins-bad
Commits
bd91ea55
Commit
bd91ea55
authored
Feb 10, 2002
by
Thomas Vander Stichele
Browse files
fixing aclocal
Original commit message from CVS: fixing aclocal
parent
f2548137
Changes
2
Hide whitespace changes
Inline
Side-by-side
common
@
2c019822
Subproject commit
8a9436f47d6e851edbf25d4cceaf071bdc6d11a2
Subproject commit
2c019822f7097285eba6c1898ef9f3e996fadc8f
configure.ac
View file @
bd91ea55
...
...
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
ACLOCAL="
cat m4/*.m4>acinclude.m4;$ACLOCAL
$ACLOCAL_FLAGS"
ACLOCAL="
$ACLOCAL -I m4 -I common/m4
$ACLOCAL_FLAGS"
AM_MAINTAINER_MODE
...
...
Write
Preview
Supports
Markdown
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