source: git/factory/make_factory_dist @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 7edaa7e, checked in by Hans Schoenemann <hannes@…>, 9 years ago
make_factory_dist: script to generate a separate complete factory.tar
  • Property mode set to 100644
File size: 305 bytes
Line 
1#!/bin/sh
2cp -r ../m4 m4
3sed -e 's:AC_CONFIG_AUX_DIR.*:AC_CONFIG_AUX_DIR([.]):' <configure.ac >c.ac
4sed -e 's:AC_CONFIG_MACRO_DIR.*:AC_CONFIG_MACRO_DIR([m4]):' <c.ac >configure.ac
5sed -e 's:ACLOCAL_AMFLAGS.*:ACLOCAL_AMFLAGS = -I m4:' <Makefile.am >m.am
6mv m.am Makefile.am
7autoreconf  -v -f -i
8make dist
9
Note: See TracBrowser for help on using the repository browser.