[vhffs-dev] [1883] we are using filenames of more than 99 characters, switching to POSIX tar

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1883
Author:   gradator
Date:     2011-07-23 17:42:24 +0200 (Sat, 23 Jul 2011)
Log Message:
-----------
we are using filenames of more than 99 characters, switching to POSIX tar

Modified Paths:
--------------
    branches/vhffs-4.3/configure.ac
    trunk/configure.ac

Modified: branches/vhffs-4.3/configure.ac
===================================================================
--- branches/vhffs-4.3/configure.ac	2011-07-23 15:08:31 UTC (rev 1882)
+++ branches/vhffs-4.3/configure.ac	2011-07-23 15:42:24 UTC (rev 1883)
@@ -23,7 +23,7 @@
     AC_MSG_ERROR([bash is needed to run $PACKAGE_NAME])
 fi
 
-AM_INIT_AUTOMAKE([no-define no-define dist-bzip2])
+AM_INIT_AUTOMAKE([no-define no-define dist-bzip2 tar-ustar])
 
 
 # --- Specific path

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2011-07-23 15:08:31 UTC (rev 1882)
+++ trunk/configure.ac	2011-07-23 15:42:24 UTC (rev 1883)
@@ -23,7 +23,7 @@
     AC_MSG_ERROR([bash is needed to run $PACKAGE_NAME])
 fi
 
-AM_INIT_AUTOMAKE([no-define no-define dist-bzip2])
+AM_INIT_AUTOMAKE([no-define no-define dist-bzip2 tar-ustar])
 
 
 # --- Specific path


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/