[liblouis-liblouisxml] [liblouis] r1167 committed - Autoconf upgrade...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 06 May 2014 14:28:25 +0000

Revision: 1167
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Tue May  6 14:28:14 2014 UTC
Log:      Autoconf upgrade

- Set the version number to 2.6.0
- Upgrade to autoconf 2.68
- Set the bug report address to the liblouis list
- Set the package url to the new web site

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

Modified:
 /trunk/configure.ac

=======================================
--- /trunk/configure.ac Mon Mar  3 11:28:52 2014 UTC
+++ /trunk/configure.ac Tue May  6 14:28:14 2014 UTC
@@ -1,20 +1,13 @@
 # Process this file with autoconf to produce a configure script.

-AC_PREREQ(2.59)
-AC_INIT(liblouis, 2.5.4, john.boyer@xxxxxxxxxxxxxxxxx)
+AC_PREREQ(2.68)
+AC_INIT([Liblouis], [2.6.0], [liblouis-liblouisxml@xxxxxxxxxxxxx], [liblouis], [http://www.liblouis.org])
 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)
-#AM_INIT_AUTOMAKE([color-tests])
+AM_INIT_AUTOMAKE

 # Checks for programs.
 AC_PROG_CC
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] r1167 committed - Autoconf upgrade... - liblouis