summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-06-17 20:35:36 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-06-17 20:35:36 +0000
commitc8e2a7a328ca2a7abab8132f8b6765786a69176a (patch)
tree235fcf0293ad3f9be1155507405b58d7d4676e6e /Makefile.am
parent7a2961f2f49cabd0ebefd0c5ebf997fb3a659b2c (diff)
downloadlibgphoto2-c8e2a7a328ca2a7abab8132f8b6765786a69176a.tar.gz
2002-06-17 Lutz M�ller <lutz@users.sourceforge.net>
Patch by Arnaud Launay <asl@launay.org>, slightly modified: * Makefile.am: Get rid of the automake flags, use --bzip2 instead of -j. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4691 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 28ab02f83..bbf970370 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,10 +28,14 @@ doc_DATA = AUTHORS COPYING README
#
# It is not sufficient to have these options somewhere in autogen.sh!
+# Lutz <lutz@users.sourceforge.net> thinks these flags are no longer
+# necessary. If you have a different opinion, speak up on
+# gphoto-devel@gphoto.org.
+
# default options for aclocal
-ACLOCAL_AMFLAGS = -I $(top_srcdir)/libgphoto2_port/m4
+# ACLOCAL_AMFLAGS = -I $(top_srcdir)/libgphoto2_port/m4
# default options for automake - only required in the top Makefile.am
-AUTOMAKE_OPTIONS = gnu
+# AUTOMAKE_OPTIONS = gnu
########################################################################
# The following rules are only interesting if you want to create
@@ -47,7 +51,7 @@ dist-hook:
dist-bzip2:
-chmod -R a+r $(distdir)
- -$(TAR) chojf $(distdir).tar.bz2 $(distdir)
+ -$(TAR) --bzip2 chof $(distdir).tar.bz2 $(distdir)
if ENABLE_RPM