fontutils-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fontutils-commits] fontutils configure.in


From: Brandon Invergo
Subject: [fontutils-commits] fontutils configure.in
Date: Wed, 10 Apr 2013 20:56:09 +0000

CVSROOT:        /sources/fontutils
Module name:    fontutils
Changes by:     Brandon Invergo <brandon>       13/04/10 20:56:09

Modified files:
        .              : configure.in 

Log message:
        Fix missing template error in configure.in

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/fontutils/configure.in?cvsroot=fontutils&r1=1.4&r2=1.5

Patches:
Index: configure.in
===================================================================
RCS file: /sources/fontutils/fontutils/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- configure.in        15 May 2004 05:44:42 -0000      1.4
+++ configure.in        10 Apr 2013 20:56:09 -0000      1.5
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.4 2004/05/15 05:44:42 mjflick Exp $
+# $Id: configure.in,v 1.5 2013/04/10 20:56:09 brandon Exp $
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -36,7 +36,7 @@
   kb_cv_var_program_inv_name=yes, kb_cv_var_program_inv_name=no)])dnl
 AC_MSG_RESULT($kb_cv_var_program_inv_name)
 if test "$kb_cv_var_program_inv_name" = yes; then
-  AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME)
+  AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME, [], [Have program_invocation_name])
 fi
 
 # We must have gcc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]