Skip to content

Commit 539b577

Browse files
committed
Move footer to the end of configure output
1 parent 1c9e8e8 commit 539b577

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
@@ -1594,7 +1594,22 @@ $PHP_OUTPUT_FILES"
15941594

15951595
dnl Generate build files.
15961596
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+
],[
15981613
15991614
if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL_OUTPUT_FILES" || test -z "\$CONFIG_FILES"; then
16001615
REDO_ALL=yes
@@ -1679,20 +1694,6 @@ X
16791694
fi
16801695
fi
16811696
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-
16961697
fi
16971698
])
16981699
AC_OUTPUT

0 commit comments

Comments
 (0)