summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-15 01:04:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-15 01:04:47 +0000
commit2b320aa9561c136f93b41979b9f654c7ffe43ad9 (patch)
tree5676b12361f56ab26969d9ffee31f64a3b22fa67 /Makefile.am
parenta1783a3327424625d2f7b7eafbc6cd786650600f (diff)
downloadATCD-2b320aa9561c136f93b41979b9f654c7ffe43ad9.tar.gz
ChangeLogTag:Wed Jun 14 17:54:18 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index f1179f4a954..a26a29c847a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,25 +75,6 @@ release:
confexecdir=$(libdir)
confexec_DATA = aceConf.sh
-## We create aceConf.sh here and not from configure because we want
-## to get the paths expanded correctly. Macros like srcdir are given
-## the value NONE in configure if the user doesn't specify them (this
-## is an autoconf feature, not a bug).
-aceConf.sh: aceConf.sh.in Makefile
-## Use sed and then mv to avoid problems if the user interrupts.
- sed -e 's,\@ACE_LIBDIR\@,$(ACE_LIBDIR),g' \
- -e 's,\@ACE_INCLUDEDIR\@,$(ACE_INCLUDEDIR),g' \
- -e 's,\@ACE_LIBS\@,$(ACE_LIBS),g' \
- -e 's,\@CXXFLAGS\@,$(CXXFLAGS),g' \
- < $(srcdir)/aceConf.sh.in > aceConf.tmp \
- && mv aceConf.tmp aceConf.sh
-
-ace-config.1: ace-config.1.in Makefile
-## Use sed and then mv to avoid problems if the user interrupts.
- sed -e 's,\@libdir\@,$(libdir),g' \
- < $(srcdir)/ace-config.1.in > ace-config.1.tmp \
- && mv ace-config.1.tmp ace-config.1
-
## Directories to include in the distribution but which I am too lazy to
## create Makefile.am files for. A Makefile.am for these directories isn't
## needed anyway.