Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-04 11:22:57 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-04 11:22:57 (GMT)
commitcd107a6019ddc51a4ecaa42a30433e69bda8d3f9 (patch)
tree3bedd4cceb2092c3250d5e38ca40df60657fbd38 /configure.ac
parent426b707af5baecc1ffd82ba69f0d6ef72f5fb7f2 (diff)
Use the new automake init macro
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 405afa3..0eb439b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,7 @@
-AC_INIT(icons)
+AC_INIT([olpc-artwork],[0.33],[],[olpc-artwork])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(olpc-artwork, 0.33)
-
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"