Skip to content

Commit 0707caf

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Move footer to the end of configure output
2 parents b36b6c5 + 539b577 commit 0707caf

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

configure.ac

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,22 @@ $PHP_OUTPUT_FILES"
15951595

15961596
dnl Generate build files.
15971597
AC_CONFIG_FILES([$ALL_OUTPUT_FILES])
1598-
AC_CONFIG_COMMANDS([default],[],[
1598+
AC_CONFIG_COMMANDS([default],[
1599+
cat <<X
1600+
1601+
+--------------------------------------------------------------------+
1602+
| License: |
1603+
| This software is subject to the PHP License, available in this |
1604+
| distribution in the file LICENSE. By continuing this installation |
1605+
| process, you are bound by the terms of this license agreement. |
1606+
| If you do not agree with the terms of this license, you must abort |
1607+
| the installation process at this point. |
1608+
+--------------------------------------------------------------------+
1609+
1610+
Thank you for using PHP.
1611+
1612+
X
1613+
],[
15991614
16001615
if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
16011616
REDO_ALL=yes
@@ -1680,20 +1695,6 @@ X
16801695
fi
16811696
fi
16821697
1683-
cat <<X
1684-
+--------------------------------------------------------------------+
1685-
| License: |
1686-
| This software is subject to the PHP License, available in this |
1687-
| distribution in the file LICENSE. By continuing this installation |
1688-
| process, you are bound by the terms of this license agreement. |
1689-
| If you do not agree with the terms of this license, you must abort |
1690-
| the installation process at this point. |
1691-
+--------------------------------------------------------------------+
1692-
1693-
Thank you for using PHP.
1694-
1695-
X
1696-
16971698
fi
16981699
])
16991700
AC_OUTPUT

0 commit comments

Comments
 (0)