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 | |
---|
1 | dnl $ZEL: configure.in,v 1.2 2002/08/19 10:54:38 wuestner Exp $
|
---|
2 | dnl Process this file with autoconf to produce a configure script.
|
---|
3 |
|
---|
4 | AC_INIT(reset1100.c)
|
---|
5 |
|
---|
6 | dnl Checks for programs.
|
---|
7 | AC_CANONICAL_SYSTEM
|
---|
8 | AC_PROG_MAKE_SET
|
---|
9 |
|
---|
10 | echo target_os=$target_os
|
---|
11 | AC_SUBST(target_os)
|
---|
12 |
|
---|
13 | AC_ARG_WITH(driverbase, [ --with-driverbase],
|
---|
14 | driverbase=$withval, driverbase=['$(srcdir)/..'])
|
---|
15 | AC_SUBST(driverbase)
|
---|
16 |
|
---|
17 | dnl AC_CONFIG_HEADER(config.h)
|
---|
18 | AC_OUTPUT(Makefile)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.