Implement workaround for flex --header-file option
[emu8051.git] / autogen.sh
index 3cbbe7d..4b1afe0 100755 (executable)
@@ -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