[liblouis-liblouisxml] [liblouisxml commit] r4 - trunk

  • From: codesite-noreply@xxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Sun, 21 Dec 2008 02:24:42 +0000

Author: john.boyer@xxxxxxxxxxxxxxxx
Date: Sat Dec 20 18:00:24 2008
New Revision: 4

Added:
   trunk/autogen.sh   (contents, props changed)
Removed:
   trunk/Makefile.in
   trunk/configure

Log:


Added: trunk/autogen.sh
==============================================================================
--- (empty file)
+++ trunk/autogen.sh    Sat Dec 20 18:00:24 2008
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# autogen.sh glue for liblouis
+#
+# Requires: automake 1.9, autoconf 2.57+
+# Conflicts: autoconf 2.13
+set -e
+
+# Refresh GNU autotools toolchain.
+echo Cleaning autotools files...
+find -type d -name autom4te.cache -print0 | xargs -0 rm -rf \;
+find -type f \( -name missing -o -name install-sh -o -name mkinstalldirs \
+       -o -name depcomp -o -name ltmain.sh -o -name configure \
+       -o -name config.sub -o -name config.guess -o -name config.h.in \
+       -o -name Makefile.in -o -name aclocal.m4 \) -print0 | xargs -0 rm -f
+
+echo Running autoreconf...
+autoreconf --force --install
+
+exit 0
For a description of the software and to download it go to
http://www.jjb-software.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouisxml commit] r4 - trunk - codesite-noreply