Skip to content
Snippets Groups Projects
Commit 123d532b authored by wierenga's avatar wierenga
Browse files

BugID: 691

Make sure rsuctl is installed by default in the bin directory.
parent 123e071f
No related branches found
No related tags found
No related merge requests found
bin_SCRIPTS = \
rsuctl
include $(top_srcdir)/Makefile.common
#!/bin/sh
../../../../autoconf_share/bootstrap ../../../../autoconf_share
dnl
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(rsuctl)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(rsuctl, 1.0, no-define)
dnl Initialize for LOFAR (may set compilers)
lofar_INIT
dnl Checks for programs.
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_LN_S
dnl Checks for header files.
dnl AC_HEADER_STDC
dnl AC_CHECK_HEADERS(unistd.h sys/timepps.h sys/mman.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl AC_C_CONST
dnl AC_TYPE_SIZE_T
dnl Checks for library functions.
d nlAC_FUNC_VPRINTF
dnl
dnl Check for LOFAR specific things
dnl
lofar_GENERAL
lofar_COMPILETOOLS
dnl lofar_PVSS(1)
dnl PPS_API needed by RSPDriver
dnl AC_CHECK_HEADER([sys/timepps.h])
dnl
dnl Output Makefiles
dnl
AC_OUTPUT(
Makefile
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment