X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=libt2n.m4;fp=libt2n.m4;h=0000000000000000000000000000000000000000;hp=0b7aed484a3f848cb55ab0dfc68b1af0e86f9f62;hb=3de7c9f5068dbc3cf0e5994c44b0cd3d07a1bd8c;hpb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0 diff --git a/libt2n.m4 b/libt2n.m4 deleted file mode 100644 index 0b7aed4..0000000 --- a/libt2n.m4 +++ /dev/null @@ -1,28 +0,0 @@ -dnl test for libt2n and libt2n-codegen -dnl LIBT2N(VERSION, action-if, action-not) -AC_DEFUN([LIBT2N_CHECK], -[ - PKG_CHECK_MODULES(LIBT2N, [$1], [$2], [$3]) - LIBT2N_CODEGEN=`$PKG_CONFIG --variable libt2n_codegen libt2n` - LIBT2N_DATADIR=`$PKG_CONFIG --variable libt2n_datadir libt2n` - LIBT2N_CLIENT_PCTEMPLATE="$LIBT2N_DATADIR/clientlib.pc.in" - AC_SUBST(LIBT2N_CODEGEN) - AC_SUBST(LIBT2N_CLIENT_PCTEMPLATE) - - dnl newer automake versions do not allow to use += on undefined variables - dnl but we want to use += in codegen.make (s.a. examples-codegen/example1) - dnl as workaround we always define them - dnl see also: - dnl automake ml: subject: "automake conditional append" - dnl http://sourceware.org/ml/automake/2005-01/msg00019.html - dnl - dnl Note: - dnl if you update from libt2n 0.1 to 0.2 - dnl you must take care to pick up the right libt2n.m4 - - AC_SUBST([include_HEADERS], ['']) - AC_SUBST([BUILT_SOURCES], ['']) - AC_SUBST([CLEANFILES], ['']) - AC_SUBST([DISTCLEANFILES], ['']) - AC_SUBST([EXTRA_DIST], ['']) -])