[pisa-src] r1630 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 20:36:57 +0100

Author: biurrun
Date: Tue Nov 10 20:36:56 2009
New Revision: 1630

Log:
The name of the project is "PISA", not "pisa".

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Tue Nov 10 20:32:37 2009        (r1629)
+++ trunk/configure.ac  Tue Nov 10 20:36:56 2009        (r1630)
@@ -9,7 +9,7 @@
 m4_define(PISA_VERSION_MINOR, [m4_esyscmd(svn info | grep Revision: | cut -d' 
' -f2 | tr -d '\n')])
 m4_define(PISA_VERSION, PISA_VERSION_MAJOR.PISA_VERSION_MINOR)
 
-AC_INIT(pisa, PISA_VERSION, pisa@xxxxxxxxxxxxx)
+AC_INIT(PISA, PISA_VERSION, pisa@xxxxxxxxxxxxx)
 
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_FILES(Makefile)

Other related posts:

  • » [pisa-src] r1630 - trunk/configure.ac - Diego Biurrun