source: trunk/essentials/sys-devel/m4/Makefile.kmk@ 3232

Last change on this file since 3232 was 3166, checked in by bird, 18 years ago

m4 build config and bootstrapping.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 386 bytes
Line 
1# $Id: Makefile.kmk 3166 2007-04-22 02:40:31Z bird $
2
3ifdef NOT_BOOTSTRAPPING_KNIX
4
5PM_VERSION = 1.4.8
6
7# Don't include debug code
8NO_DEBUG = 1
9
10export WANT_AUTOMAKE=1.9
11
12OPT_CONFIG = --enable-changeword
13OPT_ACLOCAL = -I m4
14OPT_AUTOCONF = -I m4
15OPT_AUTOMAKE = -a
16#SET_MAKE = EMXSHELL="$(SHELL)"
17
18pm_bindir := /usr/bin
19pm_topdir := ../../..
20include $(pm_topdir)/ports-make/gnugccomf.gmk
21
22else
23
24include kNIX-bootstrap.kmk
25
26endif
27
28
Note: See TracBrowser for help on using the repository browser.