@@ -1595,7 +1595,22 @@ $PHP_OUTPUT_FILES"
1595
1595
1596
1596
dnl Generate build files.
1597
1597
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
+ ] ,[
1599
1614
1600
1615
if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
1601
1616
REDO_ALL=yes
1680
1695
fi
1681
1696
fi
1682
1697
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
-
1697
1698
fi
1698
1699
] )
1699
1700
AC_OUTPUT
0 commit comments