[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs configure
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs configure |
Date: |
Thu, 17 Apr 2008 15:06:44 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/17 15:06:44
Modified files:
. : configure
Log message:
added INSTALL variable
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/configure?cvsroot=qemacs&r1=1.14&r2=1.15
Patches:
Index: configure
===================================================================
RCS file: /cvsroot/qemacs/qemacs/configure,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- configure 15 Apr 2008 23:24:03 -0000 1.14
+++ configure 17 Apr 2008 15:06:44 -0000 1.15
@@ -401,6 +401,7 @@
echo "HOST_CC=$host_cc" >> config.mak
echo "AR=$ar" >> config.mak
echo "STRIP=$strip -s -R .comment -R .note" >> config.mak
+echo "INSTALL=install" >> config.mak
echo "CFLAGS=$CFLAGS" >> config.mak
echo "LDFLAGS=$LDFLAGS" >> config.mak
echo "EXE=$exe" >> config.mak