diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 20:32:51 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 20:32:51 +0100 |
commit | 4a4687c4ce4e5aa09e54531c662355d294dcaa6c (patch) | |
tree | 4b298871cd1fd8653b5b5772a3256c36a5e392c3 /configure.ac | |
parent | 2a4e114c20feb53e80133c530ebbfddbaf69a94a (diff) | |
download | sciteco-4a4687c4ce4e5aa09e54531c662355d294dcaa6c.tar.gz |
improved --help output and introduced PACKAGE_URL_DEV (for development home)
* The PACKAGE_URL_DEV is also mentioned in --help output and sciteco(1)
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 |