@@ -1594,7 +1594,22 @@ $PHP_OUTPUT_FILES"
1594
1594
1595
1595
dnl Generate build files.
1596
1596
AC_CONFIG_FILES ( [ $ALL_OUTPUT_FILES] )
1597
- AC_CONFIG_COMMANDS ( [ default] ,[ ] ,[
1597
+ AC_CONFIG_COMMANDS ( [ default] ,[
1598
+ cat <<X
1599
+
1600
+ +--------------------------------------------------------------------+
1601
+ | License: |
1602
+ | This software is subject to the PHP License, available in this |
1603
+ | distribution in the file LICENSE. By continuing this installation |
1604
+ | process, you are bound by the terms of this license agreement. |
1605
+ | If you do not agree with the terms of this license, you must abort |
1606
+ | the installation process at this point. |
1607
+ +--------------------------------------------------------------------+
1608
+
1609
+ Thank you for using PHP.
1610
+
1611
+ X
1612
+ ] ,[
1598
1613
1599
1614
if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
1600
1615
REDO_ALL=yes
1679
1694
fi
1680
1695
fi
1681
1696
1682
- cat <<X
1683
- +--------------------------------------------------------------------+
1684
- | License: |
1685
- | This software is subject to the PHP License, available in this |
1686
- | distribution in the file LICENSE. By continuing this installation |
1687
- | process, you are bound by the terms of this license agreement. |
1688
- | If you do not agree with the terms of this license, you must abort |
1689
- | the installation process at this point. |
1690
- +--------------------------------------------------------------------+
1691
-
1692
- Thank you for using PHP.
1693
-
1694
- X
1695
-
1696
1697
fi
1697
1698
] )
1698
1699
AC_OUTPUT
0 commit comments