diff options
author | quinn <quinn> | 2006-09-27 23:29:00 +0000 |
---|---|---|
committer | quinn <quinn> | 2006-09-27 23:29:00 +0000 |
commit | 40da35733cb2ee4ae6f95758354a17d69ad43f6b (patch) | |
tree | b9b3c8ced91e3894dc401aa065d72084d2971542 /configure.ac | |
parent | fdd1791c1c0fc6444e2549e6eff0f22248c56bc0 (diff) | |
download | emerald-themes-40da35733cb2ee4ae6f95758354a17d69ad43f6b.tar.gz emerald-themes-40da35733cb2ee4ae6f95758354a17d69ad43f6b.tar.bz2 |
emerald-themes...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..58bacb3 --- /dev/null +++ b/configure.ac @@ -0,0 +1,18 @@ +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` + +AM_INIT_AUTOMAKE($PACKAGE,$VERSION) + +AC_PROG_INSTALL + +AC_SUBST(DEPS_CFLAGS) +AC_SUBST(DEPS_LIBS) + +AC_OUTPUT([ + Makefile + themes/Makefile + ]) |