From f04c9ab87ec721ba307fcbe9a70b2b25ac67474e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 15 Feb 2013 03:56:31 +0000 Subject: Change order of platforms in menu git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1838 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') 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"); -- cgit 1.4.1