Browse Source

autogen for inadyn

Bob Mottram 7 years ago
parent
commit
4485d92021
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      src/freedombone-image-customise
  2. 1
    0
      src/freedombone-utils-web

+ 1
- 0
src/freedombone-image-customise View File

@@ -980,6 +980,7 @@ function image_install_inadyn {
980 980
     cd $rootdir/root/build/inadyn
981 981
     echo '#!/bin/bash' > $rootdir/root/build/build_inadyn.sh
982 982
     echo 'cd ~/build/inadyn' >> $rootdir/root/build/build_inadyn.sh
983
+    echo './autogen.sh' >> $rootdir/root/build/build_inadyn.sh
983 984
     echo './configure' >> $rootdir/root/build/build_inadyn.sh
984 985
     echo 'USE_OPENSSL=1 make' >> $rootdir/root/build/build_inadyn.sh
985 986
     echo 'make install' >> $rootdir/root/build/build_inadyn.sh

+ 1
- 0
src/freedombone-utils-web View File

@@ -452,6 +452,7 @@ function install_dynamicdns {
452 452
     git checkout $INADYN_COMMIT -b $INADYN_COMMIT
453 453
     set_completion_param "inadyn commit" "$INADYN_COMMIT"
454 454
 
455
+    ./autogen.sh
455 456
     ./configure
456 457
     if [ ! "$?" = "0" ]; then
457 458
         exit 74890