From 5d6327c4bdcad2ac2c68f50ceb701a627bbce3da Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 15 Sep 2013 09:40:40 +0200 Subject: [PATCH] Changes from running autoupdate --- configure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8b67bf9..43b148b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # autoconf requirement -AC_PREREQ([2.56]) +AC_PREREQ([2.69]) -AC_INIT([orte],[0.3.3],[orte@rtime.felk.cvut.cz], [], [http://orte.sf.net]) +AC_INIT([orte],[0.3.3],[orte@rtime.felk.cvut.cz],[],[http://orte.sf.net]) AC_CONFIG_AUX_DIR(admin) ############################### @@ -117,7 +117,7 @@ fi # Initialize libtool AC_PROG_CC AM_PROG_CC_C_O -AC_PROG_LIBTOOL +LT_INIT ############################### # Checks for ability to compile ORTE_IDL @@ -342,9 +342,10 @@ AC_CONFIG_FILES([Makefile LIBS="$LIBS$INTERNAL_PTHREAD_LIBS" -AC_OUTPUT([ +AC_CONFIG_FILES([ modtool ]) +AC_OUTPUT chmod +x modtool # ====================================================================== -- 2.39.2