diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:05 +0000 |
commit | 2d1fbdb4b20e9c12cf7c6c1872d5fd888f39e390 (patch) | |
tree | 216368e8b6553dfea2bf718715a6f1aec843bab8 /configure.ac | |
parent | 2cc4bdad59cbb32cc4d363b437ee0c4fa44b148b (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 44052fc..8d30e16 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT([PanoramixExt], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([PanoramixProto], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - panoramixext.pc]) + panoramixproto.pc]) |