olena-2.0-524-g1b8c375 configure.ac (AC_INIT): Add URL to Olena's Web site.

--- ChangeLog | 4 ++++ configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95a1e29..53d7229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-04-15 Roland Levillain <roland@lrde.epita.fr> + * configure.ac (AC_INIT): Add URL to Olena's Web site. + +2013-04-15 Roland Levillain <roland@lrde.epita.fr> + * Makefile.am: Cosmetic changes. 2013-04-15 Roland Levillain <roland@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index deb7d5c..08bc85c 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,8 @@ AC_PREREQ([2.61]) ## Package set up. ## ## ---------------- ## -AC_INIT([Olena], [2.0a], [olena@lrde.epita.fr], [olena]) +AC_INIT([Olena], [2.0a], [olena@lrde.epita.fr], [olena], + [http://olena.lrde.epita.fr]) # M4 macros. AC_CONFIG_MACRO_DIR([m4]) -- 1.7.2.5
participants (1)
-
Roland Levillain