X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=dae2499d7ea4b23058e65af2a2fad0d288376b85;hb=7b248524d4bd2c3ab64899b133230d131258396c;hp=1705745d794c01f7192ab42625a68736cc09e1b8;hpb=073ebc77bbd813eb97c515ecf3c2d104d6157843;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 1705745d..dae2499d 100644 --- a/configure.ac +++ b/configure.ac @@ -173,8 +173,8 @@ AM_CONDITIONAL(FATINSTALL, [test "x$FATDIR" != "xnone"]) AC_SUBST(FATDIR) AC_ARG_WITH(google-key, AS_HELP_STRING([--with-google-key=PATH], - [Set the file to read the google maps API key from (defaults to ~/altusmetrumllc/google-maps-api-key)]), - [GOOGLEKEYFILE=$withval], [GOOGLEKEYFILE=$HOME/altusmetrumllc/google-maps-api-key]) + [Set the file to read the AltosDroid maps API key from (defaults to ~/altusmetrumllc/google-altosdroid-maps-api-key)]), + [GOOGLEKEYFILE=$withval], [GOOGLEKEYFILE=$HOME/altusmetrumllc/google-altosdroid-maps-api-key]) if test -r "$GOOGLEKEYFILE" -a -s "$GOOGLEKEYFILE"; then GOOGLEKEY=`cat "$GOOGLEKEYFILE"` @@ -600,7 +600,7 @@ echo " freetts.....................: ${FREETTS}" echo " jfreechart..................: ${JFREECHART}" echo " jcommon.....................: ${JCOMMON}" echo " JVM include.................: ${JVM_INCLUDE}" -echo " Google maps API key.........: ${HAVE_GOOGLE_KEY}" +echo " AltosDroid maps API key.....: ${HAVE_GOOGLE_KEY}" if test x${ANDROID_SDK} != "xno"; then echo "" echo " Android path"