summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen')
-rw-r--r--Build/source/utils/pdfopen/Makefile.am.orig12
-rw-r--r--Build/source/utils/pdfopen/configure.ac.orig25
2 files changed, 0 insertions, 37 deletions
diff --git a/Build/source/utils/pdfopen/Makefile.am.orig b/Build/source/utils/pdfopen/Makefile.am.orig
deleted file mode 100644
index 7aab0fdef8a..00000000000
--- a/Build/source/utils/pdfopen/Makefile.am.orig
+++ /dev/null
@@ -1,12 +0,0 @@
-
-AM_CFLAGS = $(X_CFLAGS)
-
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
-
-bin_PROGRAMS = pdfopen pdfclose
-
-pdfopen_SOURCES = pdfopen.c sendx.c
-
-pdfclose_SOURCES = pdfclose.c sendx.c
-
-
diff --git a/Build/source/utils/pdfopen/configure.ac.orig b/Build/source/utils/pdfopen/configure.ac.orig
deleted file mode 100644
index 882aa35bd14..00000000000
--- a/Build/source/utils/pdfopen/configure.ac.orig
+++ /dev/null
@@ -1,25 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl this is for autoconf 2.5x
-
-AC_INIT(pdfopen, 0.5, taco@metatex.org)
-
-AC_CONFIG_AUX_DIR(config)
-
-AM_INIT_AUTOMAKE(pdfopen, 0.5)
-
-AC_CONFIG_FILES(Makefile)
-
-AC_PROG_CC
-
-dnl AC_PROG_INSTALL
-
-dnl Checks for header files.
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-
-dnl Checks for library functions.
-
-dnl Find Xlibs.
-AC_PATH_XTRA
-
-AC_OUTPUT