From 5d8a88b271cc0c2913d8fd2c2bb7b769da5c17c6 Mon Sep 17 00:00:00 2001 From: sloot Date: Thu, 17 Oct 2013 13:06:02 +0000 Subject: [PATCH] modernized git-svn-id: https://ilk.uvt.nl/svn/trunk/sources/MbtServer@16625 12f355fe-0486-481a-ad91-c297ab22b4e3 --- bootstrap => bootstrap.sh | 0 configure.ac | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename bootstrap => bootstrap.sh (100%) diff --git a/bootstrap b/bootstrap.sh similarity index 100% rename from bootstrap rename to bootstrap.sh diff --git a/configure.ac b/configure.ac index bf29e74..9e37b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ fi # Checks for programs. AC_PROG_CXX( [g++] ) -AC_PROG_RANLIB AC_PROG_LIBTOOL +LT_INIT # when running tests, use CXX AC_LANG([C++]) @@ -60,7 +60,7 @@ if test "x$PKG_CONFIG_PATH" = x; then export PKG_CONFIG_PATH="" fi AC_ARG_WITH(timbl, - [ --with-timbl=DIR use timbl installed in ; + [ --with-timbl=DIR use timbl installed in ; note that you can install timbl in a non-default directory with ./configure --prefix= in the timbl installation directory], [PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"], @@ -71,7 +71,7 @@ CXXFLAGS="$CXXFLAGS $timbl_CFLAGS" LIBS="$LIBS $timbl_LIBS" AC_ARG_WITH(timblserver, - [ --with-timblserver=DIR use timblserver installed in ; + [ --with-timblserver=DIR use timblserver installed in ; note that you can install timbl in a non-default directory with ./configure --prefix= in the timbl installation directory], [PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"]) @@ -81,7 +81,7 @@ CXXFLAGS="$CXXFLAGS $timblserver_CFLAGS" LIBS="$LIBS $timblserver_LIBS" AC_ARG_WITH(mbt, - [ --with-mbt=DIR use mbt installed in ; + [ --with-mbt=DIR use mbt installed in ; note that you can install mbt in a non-default directory with ./configure --prefix= in the mbt installation directory], [PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"]) @@ -91,7 +91,7 @@ CXXFLAGS="$CXXFLAGS $mbt_CFLAGS" LIBS="$LIBS $mbt_LIBS" AC_ARG_WITH(ticcutils, - [ --with-ticcutils=DIR use ticcutils installed in ; + [ --with-ticcutils=DIR use ticcutils installed in ; note that you can install ticcutils in a non-default directory with ./configure --prefix= in the ticcutils installation directory], [PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$withval/lib/pkgconfig"],