ソースを参照

create empty files for automake on the fly

Julius Pfrommer 11 年 前
コミット
418b701da0
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      autogen.sh

+ 1 - 0
autogen.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 
 #Script to invoke creation of configure script
+touch COPYING NEWS README AUTHORS ChangeLog
 autoreconf -fi