Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-29 11:09:10 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-29 11:09:10 (GMT)
commit272ec67779e51e00a6a588c021c7fc9ef77805ca (patch)
tree2ab22e1e0b179d2b59e1d438e5a4f7b08fdd3663
parentcddc25da2eaadc5b285d3b5c7a6702b7c9e2de26 (diff)
Remove more intltool stuff
-rw-r--r--Makefile.am11
-rwxr-xr-xautogen.sh1
2 files changed, 1 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index f6a42b5..909bb6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1 @@
-SUBDIRS = cursor icons gtk matchbox po
-
-intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
-
-EXTRA_DIST = $(intltool_extra)
-
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+SUBDIRS = cursor icons gtk matchbox
diff --git a/autogen.sh b/autogen.sh
index 5b0385d..9bd6fd0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,3 @@
#!/bin/sh
autoreconf -i
-intltoolize
./configure "$@"