diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
| commit | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (patch) | |
| tree | a058f1d106d172d3354179437ef034c9355cdf9c /autogen.sh | |
| parent | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff) | |
New upstream version 1.39.90 upstream/1.39.90
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 88098061..7973c51e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -23,8 +23,7 @@ PKG_NAME=NetworkManager cd $srcdir gtkdocize -autopoint --force -AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose +autoreconf --verbose --force --install cd $olddir if test -z "$NOCONFIGURE"; then |