~alan-griffiths/compiz-core/Bug-931283

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: David Reveman
  • Date: 2006-02-09 06:03:09 UTC
  • Revision ID: git-v1:9959c2b13ded64a5e66359a8097250dc9d87fc1c
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
autoreconf -v --install || exit 1
 
3
./configure "$@"