and some messy stuff to adapt to aclocal which is easy to break
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 18 Apr 2002 20:46:53 +0000 (20:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 18 Apr 2002 20:46:53 +0000 (20:46 +0000)
Original commit message from CVS:
and some messy stuff to adapt to aclocal which is easy to break

gst-autogen.sh

index 39075f0..0fd885d 100644 (file)
@@ -107,6 +107,24 @@ version_check ()
   fi
 }
 
+aclocal_check ()
+{
+  # normally aclocal is part of automake
+  # so we expect it to be in the same place as automake
+  # so if a different automake is supplied, we need to adapt as well
+  # so how's about replacing automake with aclocal in the set var,
+  # and saving that in $aclocal ?
+  # note, this will fail if the actual automake isn't called automake*
+  # or if part of the path before it contains it
+  if [ -z "$automake" ]; then
+    echo "Error: no automake variable set !"
+    return 1
+  else
+    aclocal=`echo $automake | sed s/automake/aclocal/`
+    debug "aclocal: $aclocal"
+  fi
+}
+
 autoconf_2.52d_check ()
 {
   # autoconf 2.52d has a weird issue involving a yes:no error