From 2abf647f59656a1abf292afb1c8c5e5674bbba79 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 14 May 2014 15:31:39 +0000 Subject: [PATCH] configure.ac: s/autogen.sh/autogen.pl/ in some comments This commit was SVN r31755. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 070ba8dd58..08dee2020b 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_LANG([C]) # We don't have the version number to put in here yet, and we can't # call OPAL_GET_VERSION (etc.) before AC_INIT. So use the shell # version. project_name_* comes from config/project_list.m4, which -# was set during autogen.sh. +# was set during autogen.pl. AC_INIT([project_name_long], [m4_normalize(esyscmd([config/opal_get_version.sh VERSION --base]))], @@ -134,7 +134,7 @@ m4_ifdef([project_ompi], AC_SUBST(libmpi_java_so_version) # It's icky that we have to hard-code the names of the # common components here. :-( This could probably be done - # transparently by adding some intelligence in autogen.sh + # transparently by adding some intelligence in autogen.pl # and/or opal_mca.m4, but I don't have the cycles to do this # right now. AC_SUBST(libmca_common_cuda_so_version)