~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to common/gst-autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  if test ! -z "$MICRO"; then VERSION=$VERSION.$MICRO; else MICRO=0; fi
45
45
 
46
46
  debug "major $MAJOR minor $MINOR micro $MICRO"
47
 
  
48
 
  for SUGGESTION in $PKG_PATH; do 
 
47
 
 
48
  for SUGGESTION in $PKG_PATH; do
49
49
    COMMAND="$SUGGESTION"
50
50
 
51
51
    # don't check if asked not to
61
61
    }
62
62
 
63
63
    debug "checking version with $COMMAND"
64
 
    ($COMMAND --version) < /dev/null > /dev/null 2>&1 || 
 
64
    ($COMMAND --version) < /dev/null > /dev/null 2>&1 ||
65
65
    {
66
66
      echo "not found."
67
67
      continue
307
307
          if cp common/hooks/pre-commit.hook .git/hooks/pre-commit; then
308
308
            chmod +x .git/hooks/pre-commit;
309
309
          else
310
 
            echo "********** Couldn't install git $hook hook **********"; 
 
310
            echo "********** Couldn't install git $hook hook **********";
311
311
          fi
312
312
        }
313
313
      fi