OSDN Git Service

Clean up Autotools related files and rpm spec file.
authorTATEISHI Katsuyuki <kt@wheel.jp>
Wed, 24 Jun 2009 15:25:26 +0000 (00:25 +0900)
committerTATEISHI Katsuyuki <kt@wheel.jp>
Wed, 24 Jun 2009 15:25:26 +0000 (00:25 +0900)
commit224cccd30e602d4ffc8ef34a3462d056c7c3a7d8
treeb52c340c842ffdbccc222faf4921cc7f90076b8e
parent98949d85e5f6cb02c6646b26c294550a9d9b3a5c
Clean up Autotools related files and rpm spec file.

 * Add configure.ac instead of configure.in.  New configure script will
   check whether boost library and header files are installed.
 * Change all Makefile.am to respect variables and many targets
   in Autotools-generating Makefile.
 * Change ultramonkeyl7.spec.in to suit new build/install style.
 * Change $(top_srcdir)/Makefile.am to install README into %(docdir).

Note: To build this package, follow these steps.
 1 Install automake, autoconf, libtool and other software required by
   UltraMonkey-L7.
 2 Checkout from git repository.
   % git clone <repository>
 3 Generate configure script, Makefile.in and other files.
   % cd ultramonkey-l7-v2
   % autoreconf -if
 4 Build
   % ./configure [*]
   % make
 5 Install
   % make install

 [*] You should specify following options to install as previous releases.
   % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libdir='${prefix}/lib64'
13 files changed:
Makefile.am
conf/Makefile.am
configure.ac [new file with mode: 0644]
debian/Makefile.am
init.d/Makefile.am
l7directord/Makefile.am
logger/Makefile.am
module/protocol/Makefile.am
module/schedule/Makefile.am
parameter/Makefile.am
snmpagent/Makefile.am
src/Makefile.am
ultramonkeyl7.spec.in