Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
1eb40f7c
Commit
1eb40f7c
authored
Feb 10, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing aclocal
Original commit message from CVS: fixing aclocal
parent
05428736
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common
common
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
common
@
2c019822
Subproject commit
8a9436f47d6e851edbf25d4cceaf071bdc6d11a2
Subproject commit
2c019822f7097285eba6c1898ef9f3e996fadc8f
configure.ac
View file @
1eb40f7c
...
...
@@ -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
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