diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-09-25 13:41:08 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-09-25 18:14:13 -0400 |
commit | 5ebf2a0b439d35b346dde6837a5f1060a8d05fed (patch) | |
tree | 37469c21d2337a48c570f86d0659106482724230 | |
parent | fc17ff3bd3067854667e3bdb8f14d4cdb505604e (diff) |
update post_download.in
-rw-r--r--[-rwxr-xr-x] | post_download.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post_download.in b/post_download.in index d7fa19a47f7d..46d50ce1170b 100755..100644 --- a/post_download.in +++ b/post_download.in @@ -1,5 +1,5 @@ -AC_INIT([LibreOffice], [3.4],,, [http://documentfoundation.org/]) -AC_PREREQ(2.50) +AC_INIT([LibreOffice],[3.5],[],[],[http://documentfoundation.org/]) +AC_PREREQ([2.61]) echo "********************************************************************" echo "*" @@ -10,7 +10,7 @@ echo "********************************************************************" dnl =================================================================== dnl The following is a list of supported systems. dnl =================================================================== -AC_CANONICAL_SYSTEM +AC_CANONICAL_HOST case "$host_os" in solaris*) _os=SunOS |