fedora-rpmdevtools configure.ac,1.10,1.11

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jul 5 22:06:14 UTC 2007


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25273

Modified Files:
	configure.ac 
Log Message:
help2man and wget are not required for non-maintainer-clean builds.


Index: configure.ac
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/configure.ac,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- configure.ac	5 Jul 2007 21:26:42 -0000	1.10
+++ configure.ac	5 Jul 2007 22:06:12 -0000	1.11
@@ -1,13 +1,7 @@
 AC_INIT(rpmdevtools, 6.0)
 AM_INIT_AUTOMAKE
-AC_PATH_PROG([HELP2MAN], [help2man], [no])
-if test "$HELP2MAN" = "no" ; then
-    AC_MSG_ERROR([help2man is required])
-fi
-AC_PATH_PROG([WGET], [wget], [no])
-if test "$WGET" = "no" ; then
-    AC_MSG_ERROR([wget is required])
-fi
+AC_PATH_PROG([HELP2MAN], [help2man], [/bin/false])
+AC_PATH_PROG([WGET], [wget], [/bin/false])
 AC_OUTPUT(
 Makefile
 emacs/Makefile




More information about the scm-commits mailing list