X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=8d7fce79d4a69e798cd20c594e40001df68aebc4;hb=8e6dbbbcc1c2df879365017adaf29071b89780ed;hp=2465fb7eb5845729ba250da2a336dd12651005d8;hpb=0e054b2c4339694951b20b93e0c189037c796ef2;p=paraslash.git diff --git a/configure.ac b/configure.ac index 2465fb7e..8d7fce79 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.61]) -AC_INIT([paraslash],[0.5.3],[maan@systemlinux.org]) +AC_INIT([paraslash],[git],[maan@systemlinux.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile]) @@ -143,7 +143,7 @@ if test "$have_osl" = "yes"; then else AC_MSG_WARN([libosl not found, can not build para_server. Download libosl at - http://systemlinux.org/~maan/osl + http://people.tuebingen.mpg.de/maan/osl/ or execute git clone git://git.tuebingen.mpg.de/osl ])