diff options
author | quinn <quinn> | 2006-09-27 23:49:42 +0000 |
---|---|---|
committer | quinn <quinn> | 2006-09-27 23:49:42 +0000 |
commit | 00091decf827efa839ceff74830bfd3f6ae1cc2d (patch) | |
tree | f6a18da6b337a7ebf9058425876486bc05120542 /configure.ac | |
parent | a63fdc75a01d25fddc4cfc14e01d375822ea9d2b (diff) | |
download | emerald-themes-00091decf827efa839ceff74830bfd3f6ae1cc2d.tar.gz emerald-themes-00091decf827efa839ceff74830bfd3f6ae1cc2d.tar.bz2 |
update configure.ac's for VERSION
add STATUS
add VERSION
update makeall
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 58bacb3..8037745 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(themes/import.sh) PACKAGE=emerald-themes -VERSION=`head debian/changelog -n 1 | cut -d \( -f 2 | cut -d \) -f 1 | cut -d '-' -f 1` +source $srcdir/../VERSION AM_INIT_AUTOMAKE($PACKAGE,$VERSION) |