]> granicus.if.org Git - php/commitdiff
Move footer to the end of configure output
authorPeter Kokot <peterkokot@gmail.com>
Wed, 3 Jul 2019 22:18:15 +0000 (00:18 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Fri, 5 Jul 2019 23:00:24 +0000 (01:00 +0200)
configure.ac

index 037e87511a65d0effc13672dfaa4de94e57b03eb..c4ee71b372f6234f78a65808c9a794876b3c0e1e 100644 (file)
@@ -1594,7 +1594,22 @@ $PHP_OUTPUT_FILES"
 
 dnl Generate build files.
 AC_CONFIG_FILES([$ALL_OUTPUT_FILES])
-AC_CONFIG_COMMANDS([default],[],[
+AC_CONFIG_COMMANDS([default],[
+cat <<X
+
++--------------------------------------------------------------------+
+| License:                                                           |
+| This software is subject to the PHP License, available in this     |
+| distribution in the file LICENSE. By continuing this installation  |
+| process, you are bound by the terms of this license agreement.     |
+| If you do not agree with the terms of this license, you must abort |
+| the installation process at this point.                            |
++--------------------------------------------------------------------+
+
+Thank you for using PHP.
+
+X
+],[
 
 if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
   REDO_ALL=yes
@@ -1679,20 +1694,6 @@ X
     fi
   fi
 
-cat <<X
-+--------------------------------------------------------------------+
-| License:                                                           |
-| This software is subject to the PHP License, available in this     |
-| distribution in the file LICENSE.  By continuing this installation |
-| process, you are bound by the terms of this license agreement.     |
-| If you do not agree with the terms of this license, you must abort |
-| the installation process at this point.                            |
-+--------------------------------------------------------------------+
-
-Thank you for using PHP.
-
-X
-
 fi
 ])
 AC_OUTPUT