Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-06 09:37:37 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-06 09:37:37 (GMT)
commitcba851bc93993db9422913059fc858ba390ced49 (patch)
tree0ccd20d88237dc42bf130c964d4e2041b3627fc8 /autogen.sh
parent44efc2a1315efe90eb2edc7a24b1372382222408 (diff)
Delete the library, it's now splitted out to sugar-toolkit.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index eaf5ff8..5b0385d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-export ACLOCAL="aclocal -I m4"
-
autoreconf -i
intltoolize
./configure "$@"