X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=autogen.sh;h=4b1afe0f95c0448a2c195ba2bb50fc71e89c9f49;hb=3ca737ea385c6f66e03bac113d5eea2e19c20d5e;hp=3cbbe7d9093aa3a932e7c82df2592692427c63e7;hpb=1c6cc28cf5317f2ee9fbc1a408bcaaef3b7378b3;p=emu8051.git diff --git a/autogen.sh b/autogen.sh index 3cbbe7d..4b1afe0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,28 +1,9 @@ -#! /bin/sh -# bootstrap -- Use this script to create generated files from the CVS dist -# Copyright (C) 2000 Gary V. Vaughan -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +#!/bin/sh +# autogen.sh -- Use this script to create generated files from the git distribution -## @start 1 -#! /bin/sh +# ChangeLog is generated from git log output using "make changelog" +touch ChangeLog -set -x -aclocal -I config -##libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf -## @end 1 +set -e +autoreconf -vi +rm -rf autom4te.cache