From 2b320aa9561c136f93b41979b9f654c7ffe43ad9 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 15 Jun 2000 01:04:47 +0000 Subject: ChangeLogTag:Wed Jun 14 17:54:18 2000 Ossama Othman --- Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'Makefile.am') 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. -- cgit v1.2.1