nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 346 B view raw
1diff --git a/configure.ac b/configure.ac 2index f4b270f..17e102f 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -1,5 +1,9 @@ 6 AC_INIT(DVDAuthor,0.7.2,dvdauthor-users@lists.sourceforge.net) 7 8+AC_CONFIG_MACRO_DIRS([m4]) 9+AM_GNU_GETTEXT_VERSION([0.25]) 10+AM_GNU_GETTEXT([external]) 11+ 12 AC_CONFIG_HEADERS(src/config.h) 13 AC_CONFIG_AUX_DIR(autotools) 14