diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-10 16:37:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-10 16:37:27 +0000 |
commit | bd91ea55538dab6f9924163cea0c37804d13dc60 (patch) | |
tree | 5a7fb17ac07daa6d07b0e8f8e828c833a558b0ae /configure.ac | |
parent | f254813751d62e19646fb266fd411f155bc3d9f8 (diff) | |
download | gst-plugins-bad-bd91ea55538dab6f9924163cea0c37804d13dc60.tar.gz gst-plugins-bad-bd91ea55538dab6f9924163cea0c37804d13dc60.tar.bz2 gst-plugins-bad-bd91ea55538dab6f9924163cea0c37804d13dc60.zip |
fixing aclocal
Original commit message from CVS:
fixing aclocal
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca6586fe..b45c2796 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |