Skip to content

Commit 4139a17

Browse files
committed
Fix sapporo_light autoconf package name
1 parent 631082a commit 4139a17

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

lib/sapporo_light/support/configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for amuse-lib-stopcond 1.0.
3+
# Generated by GNU Autoconf 2.71 for amuse-lib-sapporo_light 1.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -605,10 +605,10 @@ MFLAGS=
605605
MAKEFLAGS=
606606

607607
# Identity of this package.
608-
PACKAGE_NAME='amuse-lib-stopcond'
609-
PACKAGE_TARNAME='amuse-lib-stopcond'
608+
PACKAGE_NAME='amuse-lib-sapporo_light'
609+
PACKAGE_TARNAME='amuse-lib-sapporo_light'
610610
PACKAGE_VERSION='1.0'
611-
PACKAGE_STRING='amuse-lib-stopcond 1.0'
611+
PACKAGE_STRING='amuse-lib-sapporo_light 1.0'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1251,7 +1251,7 @@ if test "$ac_init_help" = "long"; then
12511251
# Omit some internal or obsolete options to make the list less imposing.
12521252
# This message is too long to be a string in the A/UX 3.1 sh.
12531253
cat <<_ACEOF
1254-
\`configure' configures amuse-lib-stopcond 1.0 to adapt to many kinds of systems.
1254+
\`configure' configures amuse-lib-sapporo_light 1.0 to adapt to many kinds of systems.
12551255
12561256
Usage: $0 [OPTION]... [VAR=VALUE]...
12571257
@@ -1301,7 +1301,7 @@ Fine tuning of the installation directories:
13011301
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
13021302
--mandir=DIR man documentation [DATAROOTDIR/man]
13031303
--docdir=DIR documentation root
1304-
[DATAROOTDIR/doc/amuse-lib-stopcond]
1304+
[DATAROOTDIR/doc/amuse-lib-sapporo_light]
13051305
--htmldir=DIR html documentation [DOCDIR]
13061306
--dvidir=DIR dvi documentation [DOCDIR]
13071307
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1319,7 +1319,7 @@ fi
13191319

13201320
if test -n "$ac_init_help"; then
13211321
case $ac_init_help in
1322-
short | recursive ) echo "Configuration of amuse-lib-stopcond 1.0:";;
1322+
short | recursive ) echo "Configuration of amuse-lib-sapporo_light 1.0:";;
13231323
esac
13241324
cat <<\_ACEOF
13251325
@@ -1402,7 +1402,7 @@ fi
14021402
test -n "$ac_init_help" && exit $ac_status
14031403
if $ac_init_version; then
14041404
cat <<\_ACEOF
1405-
amuse-lib-stopcond configure 1.0
1405+
amuse-lib-sapporo_light configure 1.0
14061406
generated by GNU Autoconf 2.71
14071407
14081408
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1564,7 +1564,7 @@ cat >config.log <<_ACEOF
15641564
This file contains any messages produced by compilers while
15651565
running configure, to aid debugging if configure makes a mistake.
15661566
1567-
It was created by amuse-lib-stopcond $as_me 1.0, which was
1567+
It was created by amuse-lib-sapporo_light $as_me 1.0, which was
15681568
generated by GNU Autoconf 2.71. Invocation command line was
15691569
15701570
$ $0$ac_configure_args_raw
@@ -6132,7 +6132,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
61326132
# report actual input values of CONFIG_FILES etc. instead of their
61336133
# values after options handling.
61346134
ac_log="
6135-
This file was extended by amuse-lib-stopcond $as_me 1.0, which was
6135+
This file was extended by amuse-lib-sapporo_light $as_me 1.0, which was
61366136
generated by GNU Autoconf 2.71. Invocation command line was
61376137
61386138
CONFIG_FILES = $CONFIG_FILES
@@ -6187,7 +6187,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
61876187
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
61886188
ac_cs_config='$ac_cs_config_escaped'
61896189
ac_cs_version="\\
6190-
amuse-lib-stopcond config.status 1.0
6190+
amuse-lib-sapporo_light config.status 1.0
61916191
configured by $0, generated by GNU Autoconf 2.71,
61926192
with options \\"\$ac_cs_config\\"
61936193

lib/sapporo_light/support/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_CONFIG_MACRO_DIRS([shared/m4])
2-
AC_INIT([amuse-lib-stopcond], [1.0])
2+
AC_INIT([amuse-lib-sapporo_light], [1.0])
33

44
AMUSE_LOG_ENVVARS()
55

0 commit comments

Comments
 (0)