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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 17:18:24 +0200

Author: biurrun
Date: Thu Oct 15 17:18:24 2009
New Revision: 1183

Log:
Add comment that explains CFLAGS setting.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Thu Oct 15 17:18:16 2009        (r1182)
+++ trunk/configure.ac  Thu Oct 15 17:18:24 2009        (r1183)
@@ -174,6 +174,8 @@
 
 # Our configuration files should be located in a subdirectory of their own.
 AC_SUBST(sysconfdir, ${sysconfdir}/pisa)
+
+# Set default CFLAGS for the complete project.
 AC_SUBST(CFLAGS, "-g -O2 -Wall")
 
 # This is needed to export the _expanded_ value of the variable to ac_config.h.

Other related posts:

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