diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-17 00:38:59 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-17 00:38:59 +0000 |
commit | b8ba89625b5adbd29add6d112b13d5fed02e3579 (patch) | |
tree | 80fce82fe151cc4f76efa6ed99d29270498738c9 /configure.ac | |
parent | 31f4242e94982553999926e5a83214d5e3990110 (diff) | |
download | gst-plugins-bad-b8ba89625b5adbd29add6d112b13d5fed02e3579.tar.gz gst-plugins-bad-b8ba89625b5adbd29add6d112b13d5fed02e3579.tar.bz2 gst-plugins-bad-b8ba89625b5adbd29add6d112b13d5fed02e3579.zip |
whoops, checked in too much
Original commit message from CVS:
whoops, checked in too much
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 24a69e9f..fb968f2d 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) -ACLOCAL_FLAGS="-I m4 -I common/m4 -I ." +ACLOCAL_FLAGS="-I m4 -I common/m4" AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) AC_PROG_CC |