From 79645cf1ba246d393cea94f274c15c34519c3f88 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 13 Dec 2014 22:07:15 -0500 Subject: remove autogen.sh, just use `autoreconf -if` --- autogen.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 59a5d45..0000000 --- a/autogen.sh +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh - -# run this to generate all initial .in files etc - -# copy some files from automake/autoconf into place -[ -r /usr/share/misc/config.sub ] && \ - cp -f /usr/share/misc/config.sub config.sub -[ -r /usr/share/misc/config.guess ] && \ - cp -f /usr/share/misc/config.guess config.guess -for fname in INSTALL ar-lib compile depcomp install-sh missing \ - mkinstalldirs py-compile test-driver -do - [ -r /usr/share/automake-1.14/$fname ] && \ - cp -f /usr/share/automake-1.14/$fname $fname -done - -# generate aclocal.m4 from configure.ac -aclocal - -# generate config.h.in from configure.ac -autoheader --warnings=all --force - -# generate Makefile.in from Makefile.am and configure.ac -automake --warnings=all --add-missing --copy --force-missing - -# generate configure from configure.ac -autoconf --warnings=all --force -- cgit v1.2.3