diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-02-15 03:56:31 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-02-15 03:56:31 +0000 |
commit | f04c9ab87ec721ba307fcbe9a70b2b25ac67474e (patch) | |
tree | 442f898a584e5a1939bf98b3516b25ff4bb1a847 /buildtools | |
parent | 46e074a0556bb227d0fd077554af00de6d0d9f1d (diff) | |
download | netpbm-mirror-f04c9ab87ec721ba307fcbe9a70b2b25ac67474e.tar.gz netpbm-mirror-f04c9ab87ec721ba307fcbe9a70b2b25ac67474e.tar.xz netpbm-mirror-f04c9ab87ec721ba307fcbe9a70b2b25ac67474e.zip |
Change order of platforms in menu
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1838 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl index fc0a23ce..910a18d2 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -478,10 +478,10 @@ sub getPlatform() { print("Which of the following best describes your platform?\n"); print("gnu GNU/Linux\n"); + print("win Windows/DOS (Cygwin, DJGPP, Mingw32)\n"); print("sun Solaris or SunOS\n"); print("hp HP-UX\n"); print("aix AIX\n"); - print("win Windows/DOS (Cygwin, DJGPP, Mingw32)\n"); print("tru64 Tru64\n"); print("irix Irix\n"); print("bsd NetBSD, BSD/OS\n"); |