install dans share/etc (pour l instant) a discuter...

This commit is contained in:
Olivier Sirol 2002-04-30 15:11:06 +00:00
parent 07db60b2da
commit 18d68b3200
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
SUBDIRS = src
SUBDIRS = src etc

View File

@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
dnl believe it
dnl Date : 01/02/2002
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
dnl $Id: configure.in,v 1.2 2002/03/20 11:10:35 fred Exp $
dnl $Id: configure.in,v 1.3 2002/04/30 15:11:06 czo Exp $
dnl
dnl
AC_INIT(src/spi_parse.c)
@ -42,4 +42,5 @@ AM_ALLIANCE
AC_OUTPUT([
Makefile
src/Makefile
etc/Makefile
])

View File

@ -1,3 +1,8 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
$(INSTALL_DATA) $(srcdir)/cmos.graal $(DESTDIR)$(sysconfdir)/cmos.graal
# $Id: Makefile.am,v 1.2 2002/04/30 15:11:06 czo Exp $
etcdir = $(pkgdatadir)/etc
etc_DATA=spimodel.cfg
EXTRA_DIST=$(etc_DATA)