summaryrefslogtreecommitdiff
path: root/m4/getopt_long.m4
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-30 21:24:21 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-11-30 21:24:21 +0000
commitadd0bcc4c9191cb8980d0b6935ca5d51a9928d82 (patch)
tree1ef3c98b5183a299107193ceca9135e9f3c57bfc /m4/getopt_long.m4
parent6d410af50e98533e07dd8ebb8fdd3870192f8a73 (diff)
downloadxine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.gz
xine-lib-add0bcc4c9191cb8980d0b6935ca5d51a9928d82.tar.bz2
Trim trailing space & reduce space+tab.
Diffstat (limited to 'm4/getopt_long.m4')
-rw-r--r--m4/getopt_long.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getopt_long.m4 b/m4/getopt_long.m4
index 39f41ffc2..59e9d8148 100644
--- a/m4/getopt_long.m4
+++ b/m4/getopt_long.m4
@@ -19,13 +19,13 @@ int main (int argc, char **argv) {
int option_index = 0;
int c;
opterr = 0;
- while ((c = getopt_long (argc, argv, "?hv",
+ while ((c = getopt_long (argc, argv, "?hv",
long_options, &option_index)) != EOF)
;
return 0;
}
]])],
- [AC_MSG_RESULT(yes);
+ [AC_MSG_RESULT(yes);
ac_getopt_long=yes;
AC_DEFINE(HAVE_GETOPT_LONG,,[Define this if you have GNU getopt_long() implemented])],
[AC_MSG_RESULT(no); ac_getopt_long=no],