X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=d993e526c8a30bdab55da1dd5a9df6f1ead5b320;hb=HEAD;hp=92560e00ec50b7fa7ae4fcfd7d8966bdca2c63bf;hpb=5bdeb5e69261021a3c782079aaa6ac57c995b13c;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