]> git.sesse.net Git - vlc/blobdiff - HACKING
* m4/vlc.m4 configure.ac:
[vlc] / HACKING
diff --git a/HACKING b/HACKING
index 63e3b77abf06e9802ebe697e6d88afd18da37980..1114a09ff076b5d6657b13e4ddb3f2b0c813b33c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-$Id: HACKING,v 1.10 2003/07/07 17:01:16 sam Exp $
+$Id$
 
 Hacking vlc
 ===========
@@ -66,6 +66,6 @@ To add a module to the repository, just add its sources to a Modules.am
 file. If you create a new Modules.am, do not forget to add a corresponding
 Makefile line at the end of configure.ac.
 
-To have the module built, you need to add a call to AX_ADD_PLUGINS or
-AX_ADD_BUILTINS to configure.ac with your new module name as argument.
+To have the module built, you need to add a call to VLC_ADD_PLUGINS or
+VLC_ADD_BUILTINS to configure.ac with your new module name as argument.