X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=850e814f21cbe3601441f3f625a712290b7d3015;hb=HEAD;hp=92560e00ec50b7fa7ae4fcfd7d8966bdca2c63bf;hpb=624910afb851cf78669be188214b0332d5d5ee12;p=paraslash.git diff --git a/configure.ac b/configure.ac index 92560e00..b9ac3d0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.61]) AC_INIT([paraslash], [m4_esyscmd_s(./GIT-VERSION-GEN)], - [maan@tuebingen.mpg.de], [], [http://people.tuebingen.mpg.de/maan/paraslash/]) + [maan@tuebingen.mpg.de], [], [https://people.tuebingen.mpg.de/maan/paraslash/]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) @@ -82,7 +82,7 @@ if test $HAVE_LOPSUB = no; then AC_MSG_ERROR([ The lopsub library is required to build this software, but the above checks indicate it is not installed on your system. Run the following command to download a copy. - git clone git://git.tuebingen.mpg.de/lopsub.git + git clone https://git.tuebingen.mpg.de/lopsub.git Install the library, then run this configure script again. ]) fi