root/foundation-apps/grosview-maxx/autogen.sh

Revision 2, 137 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1#!/bin/sh
2
3# This script is used to create the configure script
4cd config
5autoconf configure.in > ../configure
6cd ..
7chmod 755 configure
Note: See TracBrowser for help on using the browser.