From 6bfd18b4e80b68215b922dee55e1678daf1ff3d1 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Wed, 6 Jul 2005 07:52:29 +0000
Subject: [PATCH] %[ER:285]% Obsolete in ACC 1.1

---
 LCS/ACC/Makefile.am  |  3 --
 LCS/ACC/configure.in | 66 --------------------------------------------
 2 files changed, 69 deletions(-)
 delete mode 100644 LCS/ACC/Makefile.am
 delete mode 100644 LCS/ACC/configure.in

diff --git a/LCS/ACC/Makefile.am b/LCS/ACC/Makefile.am
deleted file mode 100644
index 9bf2d143595..00000000000
--- a/LCS/ACC/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-SUBDIRS=src test
-
-include $(lofar_sharedir)/Makefile.common
diff --git a/LCS/ACC/configure.in b/LCS/ACC/configure.in
deleted file mode 100644
index 4cac5903983..00000000000
--- a/LCS/ACC/configure.in
+++ /dev/null
@@ -1,66 +0,0 @@
-dnl
-dnl Process this file with autoconf to produce a configure script.
-dnl
-AC_INIT(src/ProcessControl.h)
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(PLC, 1.1, no-define)
-
-dnl
-dnl Initialize for LOFAR (may set compilers)
-dnl
-lofar_INIT
-
-dnl Checks for programs.
-AC_PROG_AWK
-AC_PROG_YACC
-AC_PROG_CC
-AC_PROG_CXX
-AM_PROG_LEX
-AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_DISABLE_SHARED
-AC_PROG_LIBTOOL
-
-dnl Checks for libraries.
-
-dnl dnl Replace `main' with a function in -lfl:
-dnl AC_CHECK_LIB(fl, main)
-dnl dnl Replace `main' with a function in -lcosev_r:
-dnl AC_CHECK_LIB(cosev_r, main)
-dnl dnl Replace `main' with a function in -lcosnm_r:
-dnl AC_CHECK_LIB(cosnm_r, main)
-dnl dnl Replace `main' with a function in -lorb_r:
-dnl AC_CHECK_LIB(orb_r, main)
-dnl dnl Replace `main' with a function in -lpthread:
-dnl AC_CHECK_LIB(pthread, main)
-dnl dnl Replace `main' with a function in -lvport_r:
-dnl AC_CHECK_LIB(vport_r, main)
-
-dnl Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
-AC_TYPE_SIZE_T
-
-dnl Checks for library functions.
-AC_FUNC_VPRINTF
-
-dnl
-dnl Check for LOFAR specific things
-dnl
-lofar_DEBUG_OPTIMIZE
-lofar_QATOOLS
-lofar_DOCXX
-lofar_LOG4CPLUS
-lofar_INTERNAL(LCS/Common,Common,,1,Common/LofarTypedefs.h,,)
-lofar_INTERNAL(LCS/Transport,Transport,,1,Transport/TransportHolder.h,,)
-
-dnl
-dnl Output Makefiles
-dnl
-AC_OUTPUT(
-Makefile
-src/Makefile
-)
-- 
GitLab