Browse code

Autojunk'd

Micah Snyder authored on 2019/05/09 22:04:20
Showing 1 changed files
... ...
@@ -2815,6 +2815,36 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2815 2815
 
2816 2816
 
2817 2817
 
2818
+ac_aux_dir=
2819
+for ac_dir in config "$srcdir"/config; do
2820
+  if test -f "$ac_dir/install-sh"; then
2821
+    ac_aux_dir=$ac_dir
2822
+    ac_install_sh="$ac_aux_dir/install-sh -c"
2823
+    break
2824
+  elif test -f "$ac_dir/install.sh"; then
2825
+    ac_aux_dir=$ac_dir
2826
+    ac_install_sh="$ac_aux_dir/install.sh -c"
2827
+    break
2828
+  elif test -f "$ac_dir/shtool"; then
2829
+    ac_aux_dir=$ac_dir
2830
+    ac_install_sh="$ac_aux_dir/shtool install -c"
2831
+    break
2832
+  fi
2833
+done
2834
+if test -z "$ac_aux_dir"; then
2835
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2836
+fi
2837
+
2838
+# These three variables are undocumented and unsupported,
2839
+# and are intended to be withdrawn in a future Autoconf release.
2840
+# They can cause serious problems if a builder's source tree is in a directory
2841
+# whose full name contains unusual characters.
2842
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2843
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2844
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2845
+
2846
+
2847
+
2818 2848
 ac_ext=cpp
2819 2849
 ac_cpp='$CXXCPP $CPPFLAGS'
2820 2850
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
... ...
@@ -3324,35 +3354,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3324 3324
 
3325 3325
 
3326 3326
 
3327
-ac_aux_dir=
3328
-for ac_dir in config "$srcdir"/config; do
3329
-  if test -f "$ac_dir/install-sh"; then
3330
-    ac_aux_dir=$ac_dir
3331
-    ac_install_sh="$ac_aux_dir/install-sh -c"
3332
-    break
3333
-  elif test -f "$ac_dir/install.sh"; then
3334
-    ac_aux_dir=$ac_dir
3335
-    ac_install_sh="$ac_aux_dir/install.sh -c"
3336
-    break
3337
-  elif test -f "$ac_dir/shtool"; then
3338
-    ac_aux_dir=$ac_dir
3339
-    ac_install_sh="$ac_aux_dir/shtool install -c"
3340
-    break
3341
-  fi
3342
-done
3343
-if test -z "$ac_aux_dir"; then
3344
-  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
3345
-fi
3346
-
3347
-# These three variables are undocumented and unsupported,
3348
-# and are intended to be withdrawn in a future Autoconf release.
3349
-# They can cause serious problems if a builder's source tree is in a directory
3350
-# whose full name contains unusual characters.
3351
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
3352
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
3353
-ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
3354
-
3355
-
3356 3327
 ac_config_headers="$ac_config_headers clamav-config.h libclammspack/config.h:libclammspack/config.h.in"
3357 3328
 
3358 3329