]> git.sesse.net Git - vlc/commitdiff
* HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!
authorSam Hocevar <sam@videolan.org>
Fri, 23 Sep 2005 12:09:46 +0000 (12:09 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 23 Sep 2005 12:09:46 +0000 (12:09 +0000)
bootstrap
configure.ac

index f753422f30ccbc30794e8b2aae68b3577782888a..204ec056c23acb9cdf23bc7c36f930fba9cda43f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -228,8 +228,10 @@ _plugin.a_plugin\$(LIBEXT):
        echo \$\$ld \$< \$\$ldfl ; \
        \$\$ld \$< \$\$ldfl
 
+if MAINTAINER_MODE
 \$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/bootstrap
        cd \$(top_srcdir) && \$(SHELL) ./bootstrap
+endif
 
 mostlyclean-local:
        -rm -f *.a *\$(LIBEXT)
index 7cb365cd42be71c3864ad599ad08b31487c866c5..1502e7d0c87fb7789624839139265b4fad9b377b 100644 (file)
@@ -20,6 +20,9 @@ dnl them. And we need the comma otherwize automake will choke on it.
 AM_INIT_AUTOMAKE(vlc,0.8.4-svn)
 AM_CONFIG_HEADER(config.h)
 
+dnl HA! HA!
+AM_MAINTAINER_MODE
+
 dnl
 dnl  Save *FLAGS
 dnl