[Pkg-wmaker-commits] [wmbiff] 65/84: use autoreconf instead of the ad-hockery

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.

commit b6925a9f10083194dcd3455f6829309580ff9e18
Author: bluehal <bluehal>
Date:   Sun Oct 13 21:27:25 2002 +0000

    use autoreconf instead of the ad-hockery
---
 FromCVS.sh  | 22 ++++++++++++++--------
 Makefile.am |  2 ++
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/FromCVS.sh b/FromCVS.sh
index 22c20eb..97f3c91 100755
--- a/FromCVS.sh
+++ b/FromCVS.sh
@@ -36,16 +36,22 @@ else
     fi
 fi
 
-if [ -e /usr/share/aclocal/libgnutls.m4 ]; then
-   ${ACLOCAL};
-else 
-   ${ACLOCAL} -I autoconf;
-fi
- ${AUTOHEADER} && \
- ${AUTOMAKE} -a && \
- ${AUTOCONF} && \
+ACLOCAL=${ACLOCAL} AUTOHEADER=${AUTOHEADER} \
+AUTOCONF=${AUTOCONF} AUTOMAKE=${AUTOMAKE}  \
+autoreconf --install && \
  ./configure && \
  make
 
+#if [ -e /usr/share/aclocal/libgnutls.m4 ]; then
+   #${ACLOCAL};
+#else 
+   #${ACLOCAL} -I autoconf;
+#fi
+# ${AUTOHEADER} && \
+# ${AUTOMAKE} -a && \
+# ${AUTOCONF} && \
+# ./configure && \
+# make
+
    # when adding gnome support, integrate:
    #aclocal -I /usr/share/aclocal/gnome-macros;
diff --git a/Makefile.am b/Makefile.am
index f3faa6c..36a90d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,8 @@
 SUBDIRS = wmgeneral wmbiff autoconf
 EXTRA_DIST = README.licq TODO FAQ
 
+ACLOCAL_FLAGS = -I autoconf
+
 ## no longer needed AUTOHEADER = @AUTOHEADER@ -l autoconf
 
 # make maintainer-clean is all about returning to CVS.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list