diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/getopt.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/getopt.m4 b/m4/getopt.m4 index 051c64905b0..dbcc44d9095 100644 --- a/m4/getopt.m4 +++ b/m4/getopt.m4 @@ -76,3 +76,7 @@ AC_DEFUN([gl_GETOPT], [gl_GETOPT_IFELSE([gl_GETOPT_SUBSTITUTE])]) # Prerequisites of lib/getopt*. AC_DEFUN([gl_PREREQ_GETOPT], [:]) + +ifelse(dnl Do not change this comment + arch-tag: 6c64a021-551c-4a7f-9c63-cd7e1ce54707 +)dnl |