fixed some whitespace issues in configure.ac
authorArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 17:49:04 +0000 (09:49 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 17:49:22 +0000 (09:49 -0800)
configure.ac

index c946f4e..25e205a 100644 (file)
@@ -152,34 +152,34 @@ AC_ARG_WITH([Xaw],
             [with_Xaw="yes"])
 
 AC_ARG_WITH([iconsdir],
-                       [AS_HELP_STRING([--with-iconsdir=DIR],
-                                                       [path where icons get installed (default: $datadir/icons/hicolor/48x48/apps)])],
-                       [ICONSDIR="$withval"],
-                       [ICONSDIR='$(datadir)/icons/hicolor/48x48/apps'])
+            [AS_HELP_STRING([--with-iconsdir=DIR],
+            [path where icons get installed (default: $datadir/icons/hicolor/48x48/apps)])],
+            [ICONSDIR="$withval"],
+            [ICONSDIR='$(datadir)/icons/hicolor/48x48/apps'])
 
 AC_ARG_WITH([svgiconsdir],
-                       [AS_HELP_STRING([--with-svgiconsdir=DIR],
-                                                       [path where svg icons get installed (default: $datadir/icons/hicolor/scalable/apps)])],
-                       [SVGICONSDIR="$withval"],
-                       [SVGICONSDIR='$(datadir)/icons/hicolor/scalable/apps'])
+            [AS_HELP_STRING([--with-svgiconsdir=DIR],
+            [path where svg icons get installed (default: $datadir/icons/hicolor/scalable/apps)])],
+            [SVGICONSDIR="$withval"],
+            [SVGICONSDIR='$(datadir)/icons/hicolor/scalable/apps'])
 
 AC_ARG_WITH([desktopdir],
-                       [AS_HELP_STRING([--with-desktopdir=DIR],
-                                                       [path where desktop files get installed (default: $datadir/applications)])],
-                       [DESKTOPDIR="$withval"],
-                       [DESKTOPDIR='$(datadir)/applications'])
+            [AS_HELP_STRING([--with-desktopdir=DIR],
+                            [path where desktop files get installed (default: $datadir/applications)])],
+            [DESKTOPDIR="$withval"],
+            [DESKTOPDIR='$(datadir)/applications'])
 
 AC_ARG_WITH([mimedir],
-                       [AS_HELP_STRING([--with-mimedir=DIR],
-                                                       [path where mime files get installed (default: $datadir/mime/packages)])],
-                       [MIMEDIR="$withval"],
-                       [MIMEDIR='$(datadir)/mime/packages'])
+            [AS_HELP_STRING([--with-mimedir=DIR],
+                            [path where mime files get installed (default: $datadir/mime/packages)])],
+            [MIMEDIR="$withval"],
+            [MIMEDIR='$(datadir)/mime/packages'])
 
 AC_ARG_WITH([gamedatadir],
-                       [AS_HELP_STRING([--with-gamedatadir=DIR],
-                                                       [path where game data files get installed (default: $datadir/games/xboard)])],
-                       [GAMEDATADIR="$withval"],
-                       [GAMEDATADIR='$(datadir)/games/xboard'])
+            [AS_HELP_STRING([--with-gamedatadir=DIR],
+                            [path where game data files get installed (default: $datadir/games/xboard)])],
+            [GAMEDATADIR="$withval"],
+            [GAMEDATADIR='$(datadir)/games/xboard'])
 
 AC_SUBST(ICONSDIR)
 AC_SUBST(SVGICONSDIR)