4 lines
36 B
Bash
4 lines
36 B
Bash
#!/bin/sh
|
|
|
|
cat *.m4 > ../aclocal.m4
|
#!/bin/sh
|
|
|
|
cat *.m4 > ../aclocal.m4
|