Most significantly, the package can now be built directly from Git.
12 files changed:
/Makefile.in
/configure
/aclocal.m4
/autom4te.cache/
/Makefile.in
/configure
/aclocal.m4
/autom4te.cache/
+
+/config/compile
+/config/config.guess
+/config/config.h.in
+/config/config.sub
+/config/depcomp
+/config/install-sh
+/config/ltmain.sh
+/config/missing
+
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+
+++ /dev/null
-COPYING
-config/auto-version
-config/confsubst
--- /dev/null
+.ext/cfd/licence/GPL-2
\ No newline at end of file
### along with chkpath; if not, write to the Free Software Foundation,
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
### along with chkpath; if not, write to the Free Software Foundation,
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ACLOCAL_AMFLAGS = -Im4
+
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_LIBRARIES =
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_LIBRARIES =
--- /dev/null
+../.ext/cfd/build/auto-version
\ No newline at end of file
--- /dev/null
+../.ext/cfd/build/confsubst
\ No newline at end of file
AC_INIT([Checkpath], AUTO_VERSION, [mdw@distorted.org.uk])
AC_CONFIG_SRCDIR([checkpath.c])
AC_CONFIG_AUX_DIR([config])
AC_INIT([Checkpath], AUTO_VERSION, [mdw@distorted.org.uk])
AC_CONFIG_SRCDIR([checkpath.c])
AC_CONFIG_AUX_DIR([config])
+AC_CONFIG_MACRO_DIRS([m4])
mdw_SILENT_RULES
AM_INIT_AUTOMAKE([foreign])
mdw_SILENT_RULES
AM_INIT_AUTOMAKE([foreign])
Priority: extra
Build-Depends:
debhelper (>= 8),
Priority: extra
Build-Depends:
debhelper (>= 8),
+ autoconf, automake, libtool, autoconf-archive,
pkg-config,
mlib-dev (>= 2.0.4)
Maintainer: Mark Wooding <mdw@distorted.org.uk>
pkg-config,
mlib-dev (>= 2.0.4)
Maintainer: Mark Wooding <mdw@distorted.org.uk>
-%:; dh $@ --builddirectory=debian/build
+%:; dh $@ --builddirectory=debian/build --with=autoreconf
--- /dev/null
+../.ext/cfd/m4/mdw-auto-version.m4
\ No newline at end of file
--- /dev/null
+../.ext/cfd/m4/mdw-libtool-version-info.m4
\ No newline at end of file
--- /dev/null
+../.ext/cfd/m4/mdw-silent-rules.m4
\ No newline at end of file