[pisa-src] r1571 - in trunk: . autogen.sh m4

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 19:13:32 +0100

Author: biurrun
Date: Sat Nov  7 19:13:32 2009
New Revision: 1571

Log:
Add an empty m4 directory to our tree instead of creating it manually 
with every autogen.sh invocation.
This simplifies autogen.sh and allows for future build system simplification.

Added:
   trunk/m4/
Modified:
   trunk/   (props changed)
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh    Sat Nov  7 19:08:07 2009        (r1570)
+++ trunk/autogen.sh    Sat Nov  7 19:13:32 2009        (r1571)
@@ -1,9 +1,5 @@
 #!/bin/sh
 
-if ! test -d m4; then
-       mkdir -p m4
-fi
-
 autoreconf --install --force && \
   echo "Preparing was successful if there was no error messages above." && \
   echo "Now type:" && \

Other related posts:

  • » [pisa-src] r1571 - in trunk: . autogen.sh m4 - Diego Biurrun