root/lang/c/sonydb/autogen.sh

Revision 15142, 167 bytes (checked in by mattn, 5 months ago)

add files for autotools.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -x
4
5if test -f Makefile; then
6        make distclean >/dev/null 2>/dev/null
7fi
8
9aclocal -I m4 && \
10autoheader && \
11automake -W all -a && \
12autoconf -W syntax
13
Note: See TracBrowser for help on using the browser.