diff options
-rwxr-xr-x | buildconf | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,6 +11,10 @@ else echo created or modified aclocal.m4 fi +autoheader + +automake --add-missing --include-deps + mv configure configure.old 2>/dev/null autoconf if cmp configure.old configure > /dev/null 2>&1; then @@ -20,8 +24,5 @@ else echo created or modified configure fi -autoheader -automake --add-missing --include-deps - cd libzend; ./buildconf |