Ver código fonte

create empty files for automake on the fly

Julius Pfrommer 10 anos atrás
pai
commit
418b701da0
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      autogen.sh

+ 1 - 0
autogen.sh

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