m4: Move byteorder.m4 back to m4/ directory

There is little value in putting this in its own directory just
because it is a non-generated file.
This commit is contained in:
Olaf Meeuwissen
2019-06-30 17:48:34 +09:00
parent c608d00f45
commit 77f2b49c71
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ Makefile.in
/ltmain.sh
/ltmain.sh.orig
/m4/
!/m4/byteorder.m4
/missing
/mkinstalldirs
/test-driver
+1 -1
View File
@@ -760,4 +760,4 @@ void vsyslog(int priority, const char *format, va_list args);
])
])
m4_include([m4-sane/byteorder.m4])
m4_include([m4/byteorder.m4])