* configure.ac (AC_INIT): Here, as fifth argument. --- ChangeLog | 6 ++++++ configure.ac | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0362e5..cbc6265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-07-11 Roland Levillain <roland@lrde.epita.fr> + Pass the URL of the project to AC_INIT. + + * configure.ac (AC_INIT): Here, as fifth argument. + +2011-07-11 Roland Levillain <roland@lrde.epita.fr> + Remove buggy symbol definitions. * configure.ac: No longer define OLN_PACKAGE_NAME, diff --git a/configure.ac b/configure.ac index 8086d4d..1854654 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,8 @@ AC_PREREQ([2.61]) ## Package set up. ## ## ---------------- ## -AC_INIT([Olena], [1.0a], [olena@lrde.epita.fr], [olena]) +AC_INIT([Olena], [1.0a], [olena@lrde.epita.fr], [olena], + [http://olena.lrde.epita.fr]) # M4 macros. AC_CONFIG_MACRO_DIR([m4]) -- 1.7.2.5