aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 230a7218..a3ff2db0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,8 +15,7 @@ PKG_NAME=ModemManager
(cd $srcdir;
gtkdocize || exit 1
- autopoint --force
- AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
+ autoreconf --force --install --verbose
)
if test -z "$NOCONFIGURE"; then