diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 18:29:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-06 18:29:12 +0000 |
commit | 128432a9327913ec94c4d24c70046529c70a822c (patch) | |
tree | 29e7aeeb1572b570151e4461b97e5d050fa85e50 | |
parent | cb4e3c8e3f5799d28912835d2c96b82c98fdafb8 (diff) | |
download | gst-plugins-bad-128432a9327913ec94c4d24c70046529c70a822c.tar.gz gst-plugins-bad-128432a9327913ec94c4d24c70046529c70a822c.tar.bz2 gst-plugins-bad-128432a9327913ec94c4d24c70046529c70a822c.zip |
various additions
Original commit message from CVS:
various additions
-rw-r--r-- | acconfig.h | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,7 @@ #undef PACKAGE #undef VERSION +#undef GST_PLUGINS +#undef GST_PLUGINS_RELEASE #undef GST_VERSION_RELEASE /* Gettext stuff */ @@ -38,7 +38,7 @@ fi toplevel_check $srcfile -tool_run "aclocal" "-I common/m4 $ACLOCAL_FLAGS" +tool_run "aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" # FIXME : why does libtoolize keep complaining about aclocal ? diff --git a/configure.ac b/configure.ac index 88ddbfa5..61b6c4cc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,6 @@ AC_CANONICAL_TARGET([]) dnl when going to/from release please set the nano (fourth number) right ! AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 2, 1) - dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) AM_CONFIG_HEADER(config.h) |