pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/emacs-current
Module name: wip
Committed by: makoto
Date: Tue Aug 27 04:54:03 UTC 2013
Modified Files:
wip/emacs-current: Makefile
Log Message:
Add LANG=C for not to get automake missing
+# LANG other than C may give (false) automake missing due to Language
+# related warning.
pre-configure:
- (cd ${WRKSRC}; ./autogen.sh)
+ (cd ${WRKSRC}; env LANG=C ./autogen.sh)
Add Debug flag (only for wip :-)
+# For wip special, following gives symbol names when back trace is shown.
+CFLAGS+= -g
Fix typo
-AUTOCONF_REQUIRED= 2.65
+AUTOCONF_REQD= 2.65
-# Comment out for debug.
+# Uncomment for debug.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.66 -r1.67 wip/emacs-current/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/emacs-current/Makefile?r1=1.66&r2=1.67
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index