[liblouis-liblouisxml] [liblouis] r879 committed - Make sure the Package URL is shown in all the help messages and the ma...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 19 Dec 2012 09:33:26 +0000

Revision: 879
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Wed Dec 19 01:33:05 2012
Log: Make sure the Package URL is shown in all the help messages and the man pages

http://code.google.com/p/liblouis/source/detail?r=879

Modified:
 /trunk/configure.ac

=======================================
--- /trunk/configure.ac Thu Dec 13 02:49:54 2012
+++ /trunk/configure.ac Wed Dec 19 01:33:05 2012
@@ -5,6 +5,12 @@
 AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c])
 AM_CONFIG_HEADER(liblouis/config.h)

+dnl backwards compatibility for autoconf <= 2.64
+dnl PACKAGE_URL should be the fifth argument of AC_INIT
+m4_define([AC_PACKAGE_URL], [http://code.google.com/p/liblouis/])
+AC_DEFINE(PACKAGE_URL, "AC_PACKAGE_URL", [Package URL])
+AC_SUBST(PACKAGE_URL, AC_PACKAGE_URL)
+
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r879 committed - Make sure the Package URL is shown in all the help messages and the ma... - liblouis