Add empty m4 directory.

This commit is contained in:
Florian Pose 2009-05-04 10:05:02 +00:00
parent 70b1212e7b
commit 25db02ecd0
1 changed files with 4 additions and 0 deletions

View File

@ -28,8 +28,12 @@
#
#----------------------------------------------------------------------------
set -e
set -x
touch ChangeLog
mkdir -p m4
autoreconf -i
#----------------------------------------------------------------------------