diff options
author | reggaemanu <reggaemanu> | 2006-10-31 23:52:14 +0000 |
---|---|---|
committer | reggaemanu <reggaemanu> | 2006-10-31 23:52:14 +0000 |
commit | 1b74ba98b811d8a92c039bef48baf217130e3ea2 (patch) | |
tree | 3a305b7de6438e70a8c469918f915d26227a04b3 /configure.ac | |
parent | 070e7943ccac6cbceae254dc512ac8f591642728 (diff) | |
download | emerald-themes-1b74ba98b811d8a92c039bef48baf217130e3ea2.tar.gz emerald-themes-1b74ba98b811d8a92c039bef48baf217130e3ea2.tar.bz2 |
Fixes for make dist-check:
- fix errors with version
- fix makefile for all pixmap dirs
- add missing headers
- add all missing po/ChangeLog files (still have to be populated)
- remove default install in /usr
- some others little fixes
(still two problems : one with mesa, and one with 'make uninstall' for emerald-themes)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index c865cfe..e378eba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,15 @@ -dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.57) -AC_INIT(themes/import.sh) - -PACKAGE=emerald-themes source $srcdir/VERSION +AC_INIT([emerald-themes],esyscmd(. ./VERSION;echo -n $VERSION), [livinglatexkali@gmail.com]) + +AC_DEFINE_UNQUOTED(VERSION,"$VERSION",[Version]) + +AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE($PACKAGE,$VERSION) +AM_INIT_AUTOMAKE([dist-bzip2]) +AC_CONFIG_HEADER([config.h]) +AM_MAINTAINER_MODE AC_PROG_INSTALL |