From 44e8e535d4c1a266f5c135b32ae25a19346b47b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 30 Jan 2011 12:42:54 +0000 Subject: generate version.txt & iemmatrix-meta.pd svn path=/trunk/externals/iem/iemmatrix/; revision=14841 --- VERSION.txt | 1 - VERSION.txt.in | 1 + doc/iemmatrix-meta.pd | 8 -------- doc/iemmatrix-meta.pd.in | 8 ++++++++ src/configure.ac | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 VERSION.txt create mode 100644 VERSION.txt.in delete mode 100644 doc/iemmatrix-meta.pd create mode 100644 doc/iemmatrix-meta.pd.in diff --git a/VERSION.txt b/VERSION.txt deleted file mode 100644 index 49d5957..0000000 --- a/VERSION.txt +++ /dev/null @@ -1 +0,0 @@ -0.1 diff --git a/VERSION.txt.in b/VERSION.txt.in new file mode 100644 index 0000000..a24f987 --- /dev/null +++ b/VERSION.txt.in @@ -0,0 +1 @@ +@PACKAGE_VERSION@ diff --git a/doc/iemmatrix-meta.pd b/doc/iemmatrix-meta.pd deleted file mode 100644 index 69263d0..0000000 --- a/doc/iemmatrix-meta.pd +++ /dev/null @@ -1,8 +0,0 @@ -#N canvas 10 10 200 200 10; -#N canvas 20 20 420 300 META 0; -#X text 10 10 META this is a prototype of a libdir meta file; -#X text 10 30 NAME iemmatrix; -#X text 10 50 AUTHOR IOhannes m zmoelnig, Thomas Musil, Franz Zotter; -#X text 10 70 LICENSE GPL-2; -#X text 10 90 VERSION 0.1; -#X restore 10 10 pd META; diff --git a/doc/iemmatrix-meta.pd.in b/doc/iemmatrix-meta.pd.in new file mode 100644 index 0000000..9bc0698 --- /dev/null +++ b/doc/iemmatrix-meta.pd.in @@ -0,0 +1,8 @@ +#N canvas 10 10 200 200 10; +#N canvas 20 20 420 300 META 0; +#X text 10 10 META this is a prototype of a libdir meta file; +#X text 10 30 NAME @PACKAGE_NAME@; +#X text 10 50 AUTHOR IOhannes m zmoelnig, Thomas Musil, Franz Zotter; +#X text 10 70 LICENSE GPL-2; +#X text 10 90 VERSION @PACKAGE_VERSION@; +#X restore 10 10 pd META; diff --git a/src/configure.ac b/src/configure.ac index e5bdfd2..14dff3f 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -248,5 +248,7 @@ fi LFLAGS=${LDFLAGS} AC_OUTPUT(Make.config) +AC_OUTPUT(../VERSION.txt) +AC_OUTPUT(../doc/iemmatrix-meta.pd) dnl rm -f conftest.* -- cgit v1.2.1