diff options
author | amaranth <amaranth@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-12 15:56:38 +0000 |
---|---|---|
committer | amaranth <amaranth@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-11-12 15:56:38 +0000 |
commit | a69d5b7b2cb593e3ae688df07ca642c3cf768b0b (patch) | |
tree | be0a3378b677a5367c0e4b0d60a39e3a8b7e5809 /emerald | |
parent | 6f843026c05f1960047a9959d42943d0cdb047f9 (diff) | |
download | marex-dev-a69d5b7b2cb593e3ae688df07ca642c3cf768b0b.tar.gz marex-dev-a69d5b7b2cb593e3ae688df07ca642c3cf768b0b.tar.bz2 |
clean up heliodor control file, make 'make debs' build heliodor, depend
on automake 1.9 in all build systems
git-svn-id: file:///beryl/trunk@1155 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'emerald')
-rw-r--r-- | emerald/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emerald/configure.ac b/emerald/configure.ac index c6e2d70..fd202de 100644 --- a/emerald/configure.ac +++ b/emerald/configure.ac @@ -4,7 +4,7 @@ AC_INIT([emerald],esyscmd(. ./VERSION;echo -n $VERSION), [livinglatexkali@gmail. AC_DEFINE_UNQUOTED(VERSION,"$VERSION",[Version]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_HEADER([config.h]) AC_ISC_POSIX |