X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=autogen.sh;h=44c1a7d312f9180bd69858dc96246e17303b6a5b;hb=5905b40585298defb8e4230adfe90dfbccb465b9;hp=3cbbe7d9093aa3a932e7c82df2592692427c63e7;hpb=1c6cc28cf5317f2ee9fbc1a408bcaaef3b7378b3;p=emu8051.git diff --git a/autogen.sh b/autogen.sh index 3cbbe7d..44c1a7d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,28 +1,5 @@ -#! /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 +autoreconf -vi -set -x -aclocal -I config -##libtoolize --force --copy -autoheader -automake --add-missing --copy -autoconf -## @end 1