jw-pkg/make/autoconf.mk

19 lines
448 B
Makefile
Raw Normal View History

2002-07-19 19:41:05 +00:00
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
CLEAN += config.status
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
configure.ac: configure.ac.tmpl $(TOPDIR)/VERSION
cat $< | sed -e "s/_VERSION_/`cat $(TOPDIR)/VERSION | sed 's/-dev//'`/" > $@
configure: configure.ac
autoconf $< > $@
chmod 755 $@
config.status: configure
./configure $(CONFIGURE_OPTS)
config: config.status