source: drsdaq/VME/struck/sis1100/V2.02/test/configure.in@ 22

Last change on this file since 22 was 22, checked in by ogrimm, 16 years ago
First commit of drsdaq program
File size: 437 bytes
Line 
1dnl $ZEL: configure.in,v 1.2 2002/08/19 10:54:38 wuestner Exp $
2dnl Process this file with autoconf to produce a configure script.
3
4AC_INIT(reset1100.c)
5
6dnl Checks for programs.
7AC_CANONICAL_SYSTEM
8AC_PROG_MAKE_SET
9
10echo target_os=$target_os
11AC_SUBST(target_os)
12
13AC_ARG_WITH(driverbase, [ --with-driverbase],
14 driverbase=$withval, driverbase=['$(srcdir)/..'])
15AC_SUBST(driverbase)
16
17dnl AC_CONFIG_HEADER(config.h)
18AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.