diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d1760b8..a419345 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,10 @@ AC_INIT([SciTECO], [0.6], [robin.haberkorn@googlemail.com], [sciteco], [http://sciteco.sf.net/]) +PACKAGE_URL_DEV=https://github.com/rhaberkorn/sciteco +AC_SUBST(PACKAGE_URL_DEV) +AC_DEFINE_UNQUOTED(PACKAGE_URL_DEV, ["$PACKAGE_URL_DEV"], + [Package development homepage.]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE |