~oif-team/grail/trunk.v1.0.17

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Henrik Rydberg
  • Date: 2010-08-12 15:55:30 UTC
  • Revision ID: rydberg@bitmath.org-20100812155530-71zd3xs392j2hu54
Change package name to utouch-grail

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AC_INIT([Gesture Recognition And Instantiation Library],
4
4
        [1.0.7],
5
5
        [],
6
 
        [grail])
 
6
        [utouch-grail])
7
7
AC_CONFIG_SRCDIR([Makefile.am])
8
8
AC_CONFIG_HEADERS([config.h])
9
9
AC_CONFIG_AUX_DIR([config-aux])
27
27
AC_CONFIG_FILES([Makefile
28
28
                 src/Makefile
29
29
                 test/Makefile
30
 
                 grail.pc])
 
30
                 utouch-grail.pc])
31
31
AC_OUTPUT