From 643ca2452137a09efd9ebe91ef7c5b9b036f3e5c Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Thu, 5 Mar 2009 00:12:50 -0500 Subject: [PATCH] Nuke autogen.sh. "autoreconf -Wall" is recommended instead. --- Makefile.am | 2 +- autogen.sh | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 autogen.sh diff --git a/Makefile.am b/Makefile.am index 263fe58..72f2302 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example autogen.sh Makefile.win32 +EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example Makefile.win32 SUBDIRS = @MY_SUBDIRS@ DIST_SUBDIRS = src rx diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index c323d40..0000000 --- a/autogen.sh +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -libtoolize --automake -c -f -aclocal -Wall -autoheader -Wall -automake --gnu -a -c -autoconf -Wall -- 2.20.1